From 8f02b7414dd577be8ea34574506313a1524aa81b Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:13:02 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ca64997c..37093c6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Respected the filter by account for accounts when exporting activities on the portfolio activities page + +### Fixed + +- Fixed the export functionality for accounts without activities + +## Unreleased + +### Changed + - Improved the language localization in the users table of the admin control panel - Refactored the portfolio pages to standalone - Renamed `Settings` to `settings` in the `User` database schema @@ -17,10 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the language localization for German (`de`) - Upgraded `ionicons` from version `7.4.0` to `8.0.10` -### Fixed - -- Fixed the export functionality for accounts without activities - ## 2.178.0 - 2025-07-05 ### Changed