From 0ae8017397a5979c119917dc98d46afca6d89513 Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:45:48 -0500 Subject: [PATCH] Shared channels to connected workspaces (#7610) * Removed scale on web/desktop screenshots * Rebranded Shared Channels as Connected Workspaces --- source/about/mattermost-v10-changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/about/mattermost-v10-changelog.md b/source/about/mattermost-v10-changelog.md index 485f5796ca0..20a6b821708 100644 --- a/source/about/mattermost-v10-changelog.md +++ b/source/about/mattermost-v10-changelog.md @@ -32,9 +32,9 @@ If you upgrade from a release earlier than v10.0, please read the other [Importa #### Administration - Added a new URL parameter called ``permanent`` to ``DELETE /api/v4/posts/``, and set ``permanent`` to ``true`` in order to permanently delete a post and its attachments. - - Added Shared Channels administration page to the System Console. - - Added a team selector to accept connection invite flow in Shared Workspaces. - - Restricted activation and deactivation of LDAP-managed users through both the System Admin Console UI and Mattermost API. + - Added Connected Workspaces (Beta) administration page to the System Console when Connected Workspaces are [enabled](https://docs.mattermost.com/onboard/connected-workspaces.html#enable-connected-workflows) for the server. + - Added a team selector to accept connection invite flow in Connected Workspaces. + - Restricted activation and deactivation of LDAP-managed users through both the System Console UI and Mattermost API. - Export/import improvements: added the ability to export all user preferences and flagged posts. - Increased timeouts to fetch cluster logs. - Improved log messages for cluster communication.