diff --git a/CHANGELOG.md b/CHANGELOG.md index bc59a2868..8fc8e3bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)