From a8c3be4ef4c5660fa5ddc61857decb59652907b3 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Tue, 21 Sep 2021 22:21:37 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ebbca8a4..39383d729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,12 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Changed the navigation to always show the portfolio page +- Migrated the data type of currencies from `enum` to `string` in the database +- Supported unlimited currencies (instead of `CHF`, `EUR`, `GBP` and `USD`) ### Fixed - Hid the actions from the accounts table in the _Presenter View_ - Hid the actions from the transactions table in the _Presenter View_ +### Todo + +- Apply data migration (`yarn prisma migrate deploy`) + ## 1.55.0 - 20.09.2021 ### Changed