Automated changelog update [skip ci]

This commit is contained in:
Juan Pablo Villafañez
2024-09-20 09:15:24 +00:00
parent 4ef821788e
commit 029ab49e7d
+8
View File
@@ -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