From 6f7ed50c8737efd443bf148e19a0ca6e5492451a Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:22:08 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aee61cce8..5f637dfe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Added the scopes to the access, which express what a grantee may do on behalf of the granting user + ### 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 - Removed the deprecated `isDraft` attribute of the activity in favor of the _Draft_ tag ## 3.48.1 - 2026-08-11