From ad3c3471e195f4d1b9daeffea18c0397b49376da Mon Sep 17 00:00:00 2001 From: Alex Unger <6905948+refs@users.noreply.github.com> Date: Wed, 1 Sep 2021 16:19:56 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22adfe891..e83957daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * Change - Remove OnlyOffice extension: [#2433](https://github.com/owncloud/ocis/pull/2433) +* Enhancement - Add the create space permission: [#2461](https://github.com/owncloud/ocis/pull/2461) * Enhancement - Add set space quota permission: [#2459](https://github.com/owncloud/ocis/pull/2459) * Enhancement - Update go-chi/chi to version 5.0.3: [#2429](https://github.com/owncloud/ocis/pull/2429) * Enhancement - Upgrade go micro to v3.6.0: [#2451](https://github.com/owncloud/ocis/pull/2451) @@ -24,6 +25,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2433 +* Enhancement - Add the create space permission: [#2461](https://github.com/owncloud/ocis/pull/2461) + + In preparation for the upcoming spaces features a `Create Space` permission was added. + + https://github.com/owncloud/ocis/pull/2461 + * Enhancement - Add set space quota permission: [#2459](https://github.com/owncloud/ocis/pull/2459) In preparation for the upcoming spaces features a `SetSpaceQuota` permission was added.