diff --git a/CHANGELOG.md b/CHANGELOG.md index 29679b9c90..9fec7f4879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,20 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Hide the existence of space when deleting/updating: [#5031](https://github.com/owncloud/ocis/issues/5031) * Bugfix - Fix Logout Url config name: [#6227](https://github.com/owncloud/ocis/pull/6227) * Enhancement - Update Reva to version TODO: [#6232](https://github.com/owncloud/ocis/pull/6232) * Enhancement - Update web to v7.0.0-rc.36: [#6234](https://github.com/owncloud/ocis/pull/6234) ## Details +* Bugfix - Hide the existence of space when deleting/updating: [#5031](https://github.com/owncloud/ocis/issues/5031) + + The "code": "notAllowed" changed to "code": "itemNotFound" + + https://github.com/owncloud/ocis/issues/5031 + https://github.com/owncloud/ocis/pull/6220 + * Bugfix - Fix Logout Url config name: [#6227](https://github.com/owncloud/ocis/pull/6227) We fixed the yaml and json name of the logout url option.