From 531a14e0a3811cfa0a29a981b94034cb55c66994 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 11 Aug 2026 10:04:20 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6563cdc1..753fd84e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Fixed + +- Fixed the user settings (like the base currency, the emergency fund and the savings rate) to be taken from the impersonated user instead of the authenticated user +- Fixed the base currency of the activities to be taken from the impersonated user +- Fixed the account aggregations to be calculated for the impersonated user +- Fixed the base currency of the dividends to be taken from the impersonated user +- Fixed the validation of the impersonation identifier of an unknown user + ## 3.47.0 - 2026-08-10 ### Changed