diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e357a54d6..cd80d97e856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Summary * Bugfix - Re-introduce dynamic app name in document title: [#7173](https://github.com/owncloud/web/pull/7173) * Bugfix - External apps fixes: [#7166](https://github.com/owncloud/web/pull/7166) * Bugfix - Space sidebar sharing indicators: [#6921](https://github.com/owncloud/web/pull/6921) +* Enhancement - Improve performance of share indicators: [#7038](https://github.com/owncloud/web/issues/7038) * Enhancement - Introduce group assignments: [#7176](https://github.com/owncloud/web/pull/7176) Details @@ -40,6 +41,14 @@ Details https://github.com/owncloud/web/issues/6917 https://github.com/owncloud/web/pull/6921 +* Enhancement - Improve performance of share indicators: [#7038](https://github.com/owncloud/web/issues/7038) + + We've improved the performance of share indicators when loading resource tables as well as + when adding or removing shares. + + https://github.com/owncloud/web/issues/7038 + https://github.com/owncloud/web/pull/7188 + * Enhancement - Introduce group assignments: [#7176](https://github.com/owncloud/web/pull/7176) We have added a new quick action in the user management where the user can be assigned to groups.