diff --git a/CHANGELOG.md b/CHANGELOG.md index fc0425f95e..88fd9acb55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,18 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Return proper errors when ocs/cloud/users is using the cs3 backend: [#3483](https://github.com/owncloud/ocis/issues/3483) * Enhancement - Add capability for public link single file edit: [#6787](https://github.com/owncloud/web/pull/6787) ## Details +* Bugfix - Return proper errors when ocs/cloud/users is using the cs3 backend: [#3483](https://github.com/owncloud/ocis/issues/3483) + + The ocs API was just exiting with a fatal error on any update request, when configured for the cs3 + backend. Now it returns a proper error. + + https://github.com/owncloud/ocis/issues/3483 + * Enhancement - Add capability for public link single file edit: [#6787](https://github.com/owncloud/web/pull/6787) It is now possible to share a single file by link with edit permissions. Therefore we need a