From 58d7de6494ed30d839e5440be6fee604b4e6cbbf Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 18 Nov 2021 14:05:17 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.html | 5 +++++ CHANGELOG.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG.html b/CHANGELOG.html index 016755351862..76fa725e2f1b 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -58,6 +58,7 @@

Summary

  • Bugfix - Group administrator permissions: #39477
  • Bugfix - Load l10n js files from the correct app folder: #39482
  • Bugfix - Fix issue searching inside a shared external storage: #39500
  • +
  • Bugfix - Fix favicon, cloud symbol on Safari not visible: #39506
  • Change - Enable streaming for propfind requests: #38583
  • Change - Drop PHP 7.2 support across the platform: #39134
  • Change - Use "federated" rather than "remote" for shares: #38877
  • @@ -545,6 +546,10 @@

    Details

    https://github.com/owncloud/core/pull/39500

    +
  • +

    Bugfix - Fix favicon, cloud symbol on Safari not visible: #39506

    +

    https://github.com/owncloud/core/pull/39506

    +
  • Change - Enable streaming for propfind requests: #38583

    Propfind requests will now be streamed to reduce memory usage with large responses. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d797e93742d..0042c60e9603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,7 @@ Summary * Bugfix - Group administrator permissions: [#39477](https://github.com/owncloud/core/pull/39477) * Bugfix - Load l10n js files from the correct app folder: [#39482](https://github.com/owncloud/core/pull/39482) * Bugfix - Fix issue searching inside a shared external storage: [#39500](https://github.com/owncloud/core/pull/39500) +* Bugfix - Fix favicon, cloud symbol on Safari not visible: [#39506](https://github.com/owncloud/core/pull/39506) * Change - Enable streaming for propfind requests: [#38583](https://github.com/owncloud/core/pull/38583) * Change - Drop PHP 7.2 support across the platform: [#39134](https://github.com/owncloud/core/issues/39134) * Change - Use "federated" rather than "remote" for shares: [#38877](https://github.com/owncloud/core/pull/38877) @@ -539,6 +540,10 @@ Details https://github.com/owncloud/core/pull/39500 +* Bugfix - Fix favicon, cloud symbol on Safari not visible: [#39506](https://github.com/owncloud/core/pull/39506) + + https://github.com/owncloud/core/pull/39506 + * Change - Enable streaming for propfind requests: [#38583](https://github.com/owncloud/core/pull/38583) Propfind requests will now be streamed to reduce memory usage with large responses.