diff --git a/CHANGELOG.md b/CHANGELOG.md index 6177572b13..a3afca8451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * Change - Update libre-graph-api to v0.3.0: [#2858](https://github.com/owncloud/ocis/pull/2858) +* Change - Return not found when updating non existent space: [#2869](https://github.com/cs3org/reva/pull/2869) * Enhancement - Support signature auth in the public share auth middleware: [#2831](https://github.com/owncloud/ocis/pull/2831) ## Details @@ -17,6 +18,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2858 +* Change - Return not found when updating non existent space: [#2869](https://github.com/cs3org/reva/pull/2869) + + If a spaceid of a space which is updated doesn't exist, handle it as a not found error. + + https://github.com/cs3org/reva/pull/2869 + * Enhancement - Support signature auth in the public share auth middleware: [#2831](https://github.com/owncloud/ocis/pull/2831) Enabled public share requests to be authenticated using the public share signature.