From b07fa79552f3b4848d67ca8e8adaf1657bf96bd7 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 11 Aug 2026 14:18:52 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c571fdae7..1a7259bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- 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 + ### Fixed - Fixed the account aggregations in impersonation mode to be based on the impersonated user