From aef2064af808156d70412627307d625b1a38cd13 Mon Sep 17 00:00:00 2001 From: Nicholas Cristofaro Date: Wed, 5 Jul 2023 08:27:58 -0300 Subject: [PATCH] dev: Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c029f8b1124..e4cca890d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ For details about compatibility between different releases, see the **Commitment ### Added - The `as-db purge` command to purge unused data from the Application Server database. +- The Identity Server configuration has a new optional configurable restriction regarding adminstrative and technical contacts of entities. This limits the action of an user or organization to set these contacts only to themselves, its enabled by default but it is possible to disable it by setting `is.collaborator-rights.set-others-as-contacts` as true. ### Changed