Automated changelog update [skip ci]

This commit is contained in:
Michael Barz
2023-12-12 18:32:58 +00:00
parent f26235b70a
commit 84a58eb206

View File

@@ -43,6 +43,7 @@ The following sections list the changes for unreleased.
* Bugfix - Updating logo with new theme structure: [#7930](https://github.com/owncloud/ocis/pull/7930)
* Change - Remove PrivacyURL and ImprintURL from the config: [#7938](https://github.com/owncloud/ocis/pull/7938/)
* Enhancement - Retry antivirus postprocessing step in case of problems: [#7874](https://github.com/owncloud/ocis/pull/7874)
* Enhancement - Add edit public share to sharing NG: [#7908](https://github.com/owncloud/ocis/pull/7908/)
* Enhancement - Update web to v8.0.0-beta.1: [#7930](https://github.com/owncloud/ocis/pull/7930)
@@ -63,6 +64,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/7938/
* Enhancement - Retry antivirus postprocessing step in case of problems: [#7874](https://github.com/owncloud/ocis/pull/7874)
The antivirus postprocessing step will now be retried for a configurable amount
of times in case it can't get a result from clamav.
https://github.com/owncloud/ocis/pull/7874
* Enhancement - Add edit public share to sharing NG: [#7908](https://github.com/owncloud/ocis/pull/7908/)
We added the ability to edit public shares to the sharing NG endpoints.