From b37ec5547571d9289756d43f76b67cb09805af99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADn?= Date: Fri, 2 Jan 2026 17:34:07 +0100 Subject: [PATCH] Changelog: add filtering options for public access by account, holdings, tag, or asset class --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb04e8bb..dd6948aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Enable filtering (by account, holdings, tag or asset class) in public access + ### Changed - Lifted the asset profile identifier editing restriction for `MANUAL` data sources in the asset profile details dialog of the admin control panel @@ -211,7 +215,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a close holding button to the holding detail dialog - Added the _Sponsors_ section to the about page - Extended the user detail dialog in the users section of the admin control panel -- Enable filtering (by account, holdings, tag or asset class) in public access ### Changed