diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8f35234..498e9b2f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The following sections list the changes for unreleased. * Enhancement - Auto-Accept Shares: [#7097](https://github.com/owncloud/ocis/pull/7097) * Enhancement - Bump Reva: [#7138](https://github.com/owncloud/ocis/pull/7138) * Enhancement - Introduce clientlog service: [#7217](https://github.com/owncloud/ocis/pull/7217) +* Enhancement - Set default for Async Uploads to true: [#7416](https://github.com/owncloud/ocis/pull/7416) * Enhancement - Add login URL config: [#7317](https://github.com/owncloud/ocis/pull/7317) * Enhancement - New value `auto` for NOTIFICATIONS_SMTP_AUTHENTICATION: [#7356](https://github.com/owncloud/ocis/issues/7356) * Enhancement - SSE for messaging: [#6992](https://github.com/owncloud/ocis/pull/6992) @@ -137,6 +138,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/7217 +* Enhancement - Set default for Async Uploads to true: [#7416](https://github.com/owncloud/ocis/pull/7416) + + Async Uploads are meanwhile standard and needed for multiple features. Hence we default them + to true + + https://github.com/owncloud/ocis/pull/7416 + * Enhancement - Add login URL config: [#7317](https://github.com/owncloud/ocis/pull/7317) Introduce a config to set the web login URL via `WEB_OPTION_LOGIN_URL`.