From 94192cc9318be13aeca3c2b9e2d059f2af04a5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislaw=20H=C3=BCll?= Date: Thu, 25 Jan 2024 14:16:01 +0100 Subject: [PATCH] docs: list attribute succession routes in changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c15b0d82..f7805537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ -> SDK 3.0.0 -- fix: POST /api/v2/Attributes will no longer accept RelationshipAttributes, as this was unintentional and led to wrong behavior -- add routes for attribute succession +- fix: `POST /api/v2/Attributes` will no longer accept RelationshipAttributes, as this was unintentional and led to wrong behavior +- add routes for attribute succession: + - `POST /api/v2/Attributes/{predecessorId}/Succeed`: Succeeds Repository Attributes and Relationship Attributes. + - `POST /api/v2/Attributes/{attributeId}/NotifyPeer`: Notifies a peer about a succession of a previously shared Identity Attribute. ## 3.6.2