From be7012e6dafc0c2526ac1aed116c1d1fffe8050c Mon Sep 17 00:00:00 2001 From: Nicholas Cristofaro Date: Thu, 22 Feb 2024 09:41:56 -0300 Subject: [PATCH] dev: Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e5eadbdb..042b04c486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ For details about compatibility between different releases, see the **Commitment ### Added - Option to store rate limits in Redis. When used, the rate limits are applied over the entire cluster instead of per-instance. +- Field `complement_collaborators` was added to `SearchAccounts`. Allows an user to request the accounts that are not already attached to the entity's collaborator list. ### Changed