From 8c1cf19d80dbe4885ceecc11406b6b368a40bc38 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:02:40 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ebc9247c..e25d7527c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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 - 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 @@ -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 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 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 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 user settings in impersonation mode to be based on the impersonated user - Fixed the validation of the impersonation identifier of an unknown user