From 5977d39a8c76ce3322b80c3b28d7bbcd04c9fa1f Mon Sep 17 00:00:00 2001 From: Mateusz Mandera Date: Thu, 18 Jul 2024 15:08:48 +0200 Subject: [PATCH] docs: Fix some entries about user inivitations in changelog. This item was not accurate. --- docs/overview/changelog.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index 038aba8c83..c87b43ab16 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -102,9 +102,10 @@ log][commit-log] for an up-to-date list of all changes. messages without disabling them entirely. - Added support for requiring unique names in an organization. - Added support for marking a custom profile field as required. -- Added controls whether users should be subscribed to the - organization's default channels in invitations and the SCIM - integration. +- Added setting to disable adding new guest users to any initial streams + when their accounts are provisioned via SCIM. +- Fixed user creation to add the user to the streams that are default + at the time of user creation, rather than at the time of invitation. - Added a confirmation notice when moving a single message, linking to its new location. - Redesigned the channel creation interface to be more intuitive.