From 92ece8bac174d388cfe2c470b9e2f63f1a366c5a Mon Sep 17 00:00:00 2001 From: Roman Perekhod <2403905@gmail.com> Date: Mon, 9 Oct 2023 13:31:48 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d1b57cf4..c8c965e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The following sections list the changes for unreleased. * Enhancement - Edit wrong named enves: [#7406](https://github.com/owncloud/ocis/pull/7406) * 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 - The default language added: [#7417](https://github.com/owncloud/ocis/pull/7417) * 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) @@ -153,6 +154,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/7416 +* Enhancement - The default language added: [#7417](https://github.com/owncloud/ocis/pull/7417) + + The ability of configuration the default language has been added to the setting service. + + https://github.com/owncloud/enterprise/issues/5915 + https://github.com/owncloud/ocis/pull/7417 + * 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`.