diff --git a/CHANGELOG.md b/CHANGELOG.md index 65bfb2c5d..1d4ac0739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ The following sections list the changes for unreleased. * Bugfix - Added LinkUpdated activity: [#10085](https://github.com/owncloud/ocis/pull/10085) * Bugfix - Fix Activities leak: [#10092](https://github.com/owncloud/ocis/pull/10092) * Bugfix - Include additional logs in the collaboration service: [#10101](https://github.com/owncloud/ocis/pull/10101) +* Bugfix - CheckFileInfo will return a 404 error if the target file isn't found: [#10112](https://github.com/owncloud/ocis/pull/10112) * Enhancement - Bump reva: [#9817](https://github.com/owncloud/ocis/pull/9817) * Enhancement - Allow to maintain the last sign-in timestamp of a user: [#9942](https://github.com/owncloud/ocis/pull/9942) * Enhancement - Add an Activity for FileUpdated: [#10072](https://github.com/owncloud/ocis/pull/10072) @@ -115,6 +116,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10101 +* Bugfix - CheckFileInfo will return a 404 error if the target file isn't found: [#10112](https://github.com/owncloud/ocis/pull/10112) + + Previously, the request failed with a 500 error code, but it it will fail with a + 404 error code + + https://github.com/owncloud/ocis/pull/10112 + * Enhancement - Bump reva: [#9817](https://github.com/owncloud/ocis/pull/9817) Bumps reva version