From bcb134cb47379f64563f37e03fac54da001ccf8d Mon Sep 17 00:00:00 2001 From: David Christofas Date: Tue, 12 Oct 2021 18:36:53 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d971f7fba2..64497acb19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The following sections list the changes for unreleased. * Enhancement - Updated MimeTypes configuration for AppRegistry: [#2603](https://github.com/owncloud/ocis/pull/2603) * Enhancement - Add maximum files and size to archiver capabilities: [#2544](https://github.com/owncloud/ocis/pull/2544) * Enhancement - Reduced repository size: [#2579](https://github.com/owncloud/ocis/pull/2579) +* Enhancement - Return the newly created space: [#2610](https://github.com/owncloud/ocis/pull/2610) * Enhancement - Expose the reva archiver in OCIS: [#2509](https://github.com/owncloud/ocis/pull/2509) * Enhancement - Favorites capability: [#2599](https://github.com/owncloud/ocis/pull/2599) * Enhancement - Upgrade to GO 1.17: [#2605](https://github.com/owncloud/ocis/pull/2605) @@ -145,6 +146,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2579 +* Enhancement - Return the newly created space: [#2610](https://github.com/owncloud/ocis/pull/2610) + + Changed the response of the CreateSpace method to include the newly created space. + + https://github.com/owncloud/ocis/pull/2610 + https://github.com/cs3org/reva/pull/2158 + * Enhancement - Expose the reva archiver in OCIS: [#2509](https://github.com/owncloud/ocis/pull/2509) The reva archiver can now be accessed through the storage frontend service