Browse Source

fix(docs): move changelog entry for holdings endpoint performance to Unreleased section

pull/5650/head
KenTandrian 2 weeks ago
parent
commit
3702c635dd
  1. 5
      CHANGELOG.md

5
CHANGELOG.md

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Added
- Extended the holdings endpoint to include the performance with currency effect for cash
### Changed ### Changed
- Eliminated `uuid` in favor of using `randomUUID` from `node:crypto` - 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 ### 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 - Extended the user detail dialog of the admin control panel’s users section by the authentication method
### Changed ### Changed

Loading…
Cancel
Save