From 3702c635dd8f4d156318d2050384a744b3caeb4f Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Fri, 28 Nov 2025 01:17:19 +0700 Subject: [PATCH] fix(docs): move changelog entry for holdings endpoint performance to Unreleased section --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a068732e7..d6ea9d2e3 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 + +- Extended the holdings endpoint to include the performance with currency effect for cash + ### Changed - Eliminated `uuid` in favor of using `randomUUID` from `node:crypto` @@ -20,7 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Extended the holdings endpoint to include the performance with currency effect for cash - Extended the user detail dialog of the admin control panel’s users section by the authentication method ### Changed