From 690f1d26cf5405fe799dcf460466b8576a0e4889 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 15 Aug 2026 11:11:21 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7419b9db5..ac604f58c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Deprecated the `permissions` attribute of the access in favor of the scopes - Extended the `GET api/v1/access` endpoint by the scopes - Extended the `GET api/v1/user` endpoint by the scopes +- Improved the performance of deleting activities by loading only the required data + +### Fixed + +- Fixed the incorrect error log output when deleting activities ### Fixed