From 4d3e3797720b2dc3ff889cc5b7942080d9dafd28 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 24 Feb 2024 12:00:39 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7dc3807..fa311bbd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Removed the `isDefault` flag from the `Account` database schema +- Improved the language localization for German (`de`) - Upgraded `prisma` from version `5.9.1` to `5.10.2` ## 2.55.0 - 2024-02-22