Automated changelog update [skip ci]

This commit is contained in:
Jörn Friedrich Dreyer
2024-04-05 09:46:15 +00:00
parent 8c56103f04
commit 613c14d6e7

View File

@@ -74,6 +74,7 @@ The following sections list the changes for unreleased.
* Enhancement - Update web to v9.0.0-alpha.3: [#8736](https://github.com/owncloud/ocis/pull/8736)
* Enhancement - Sharing NG role names and descriptions: [#8743](https://github.com/owncloud/ocis/pull/8743)
* Enhancement - Enable web extension drawio by default: [#8760](https://github.com/owncloud/ocis/pull/8760)
* Enhancement - Remove resharing: [#8762](https://github.com/owncloud/ocis/pull/8762)
* Enhancement - Add FileTouched SSE Event: [#8778](https://github.com/owncloud/ocis/pull/8778)
## Details
@@ -388,6 +389,12 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/8760
* Enhancement - Remove resharing: [#8762](https://github.com/owncloud/ocis/pull/8762)
Removed resharing feature from codebase
https://github.com/owncloud/ocis/pull/8762
* Enhancement - Add FileTouched SSE Event: [#8778](https://github.com/owncloud/ocis/pull/8778)
Send an sse when a file is touched (aka 0 byte upload)