From 141e656ce71b703cdd2cff62c50b359b00387da1 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:25:46 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f637dfe1..a83ccfc2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Added the scopes to the access, which express what a grantee may do on behalf of the granting user +- Added the scopes to the access ### Changed - Changed the redaction of the monetary values in impersonation mode to be based on the scopes of the access -- Extended the user endpoint by the scopes in force - Deprecated the `permissions` attribute of the access in favor of the scopes +- Extended the `GET api/v1/user` endpoint by the scopes - Removed the deprecated `isDraft` attribute of the activity in favor of the _Draft_ tag ## 3.48.1 - 2026-08-11