Browse Source

Update changelog

pull/7597/head
Thomas Kaul 3 weeks ago
parent
commit
8c1cf19d80
  1. 5
      CHANGELOG.md

5
CHANGELOG.md

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Improved the performance of the _X-ray_ page by resolving the user only once per request
- Refactored the impersonation mode to resolve the impersonated user once per request in a guard instead of in every endpoint - Refactored the impersonation mode to resolve the impersonated user once per request in a guard instead of in every endpoint
- Restricted the modification of data in impersonation mode to the data of the authenticated user - Restricted the modification of data in impersonation mode to the data of the authenticated user
- Restricted the update of the user settings in impersonation mode to the settings of the authenticated user - Restricted the update of the user settings in impersonation mode to the settings of the authenticated user
@ -25,8 +26,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed the base currency of the activities in impersonation mode to be based on the impersonated user - Fixed the base currency of the activities in impersonation mode to be based on the impersonated user
- Fixed the base currency of the dividends in impersonation mode to be based on the impersonated user - Fixed the base currency of the dividends in impersonation mode to be based on the impersonated user
- Fixed the base currency of the user account settings in impersonation mode to be disabled - Fixed the base currency of the user account settings in impersonation mode to be disabled
- Fixed the benchmark selector of the performance chart on the analysis page in impersonation mode to be disabled - Fixed the benchmark of the performance chart in impersonation mode to be based on the authenticated user
- Fixed the emergency fund of the _X-ray_ page in impersonation mode to be based on the impersonated user - Fixed the emergency fund of the _X-ray_ page in impersonation mode to be based on the impersonated user
- Fixed the redaction of the emergency fund, projected total amount and savings rate in a restricted view
- Fixed the rules of the _X-ray_ page to be withheld in a restricted view
- Fixed the savings rate of the _FIRE_ calculator in impersonation mode to be presented - Fixed the savings rate of the _FIRE_ calculator in impersonation mode to be presented
- Fixed the user settings in impersonation mode to be based on the impersonated user - Fixed the user settings in impersonation mode to be based on the impersonated user
- Fixed the validation of the impersonation identifier of an unknown user - Fixed the validation of the impersonation identifier of an unknown user

Loading…
Cancel
Save