From 10a07d538741ec4184633761a842ef342bda2102 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 15 Oct 2023 16:54:44 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bbaf6dca..537821977 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 + +- Added the endpoint `GET api/v1/account/:id/balances` which provides historical cash balances + ### Fixed - Displayed the transfer cash balance button based on a permission @@ -15,12 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Added the endpoint `GET api/v1/account/:id/balances` which provides historical cash balances - -## Unreleased - -### Added - - Added support to transfer a part of the cash balance from one to another account - Extended the markets overview by benchmarks (date of last all time high) - Added support to import historical market data in the admin control panel