From 24d45c46df26db585a9dcf002b19d9a91b14b281 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Mon, 22 Dec 2025 20:06:24 +0000 Subject: [PATCH] Add changelog entries. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c96ce0a50..bf9cd22ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded `shx` from version `0.3.4` to `0.4.0` +### Fixed + +- Fixed the delete button in the asset profile details dialog of the admin control panel (missing `watchedByCount` parameter) +- Fixed the symbol identifier editing restriction for `MANUAL` data sources in the asset profile details dialog of the admin control panel + ## 2.224.2 - 2025-12-20 ### Added