From bc1c93d30f325a079e15c32f8159fc9ea51ff357 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 5 Sep 2021 21:14:18 +0200 Subject: [PATCH] Clean up changelog --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b4ed88b..4d76a8a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a story for the trend indicator component - Added a story for the value component +### Changed + +- Switched from gross to net performance +- Restructured the portfolio summary tab on the home page (fees and net performance) + ## 1.45.0 - 04.09.2021 ### Added @@ -31,11 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded `Nx` from version `12.5.4` to `12.8.0` - Upgraded `prisma` from version `2.24.1` to `2.30.2` -### Changed - -- Switched from gross to net performance -- Restructured the portfolio summary tab on the home page (fees and net performance) - ### Fixed - Fixed the value formatting for integers (transactions count)