From cd732fcbbca51b75c786c93e21a607b6d02142b6 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 13 Dec 2021 19:04:08 +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 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.