From 0401d6aea19cc442409fa794c82f4d6c48243477 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 10 Dec 2024 04:30:03 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b938e917521..58464c7a482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,18 +47,22 @@ ownCloud admins and users. * Change - Update PHP dependencies: [#41287](https://github.com/owncloud/core/pull/41287) - The following have been updated: - guzzlehttp/guzzle (7.8.1 to 7.9.2) - - guzzlehttp/promises (2.0.3 to 2.0.4) - icewind/smb (3.6.0 to 3.7.0) - + The following have been updated: - doctrine/deprecations (1.1.3 to 1.1.4) - + guzzlehttp/guzzle (7.8.1 to 7.9.2) - guzzlehttp/promises (2.0.3 to 2.0.4) - + icewind/smb (3.6.0 to 3.7.0) - icewind/streams (0.7.7 to 0.7.8) - laravel/serializable-closure (1.3.3 to 1.3.7) - league/mime-type-detection (1.15.0 to 1.16.0) - mikey179/vfsstream (1.6.11 to 1.6.12) - monolog/monolog (2.9.3 to 2.10.0) - pear/pear-core-minimal (v1.10.15 to v1.10.16) - phpseclib/phpseclib (3.0.39 to 3.0.42) - sabre/dav (4.6.0 to 4.7.0) - sabre/event (5.1.4 to 5.1.7) - sabre/http (5.1.10 to 5.1.12) - sabre/uri (2.3.3 t0 2.3.4) - sabre/vobject (4.5.4 to 4.5.6) - sabre/xml (2.2.7 to 2.2.11) - - symfony/console (5.4.40 to 5.4.47) - symfony/event-dispatcher (5.4.40 to 5.4.45) - - symfony/polyfill-php80 (1.29.0 to 1.31.0) - symfony/process (v5.4.40 to - v5.4.47) - symfony/routing (5.4.40 to 5.4.45) - symfony/string (5.4.40 to - 5.4.47) - symfony/translation (5.4.40 to 5.4.45) + symfony/console (5.4.40 to 5.4.47) - symfony/deprecation-contracts (2.5.3 to + 2.5.4) - symfony/event-dispatcher (5.4.40 to 5.4.45) - + symfony/event-dispatcher-contracts (2.5.3 to 2.5.4) - symfony/polyfill-php80 + (1.29.0 to 1.31.0) - symfony/process (v5.4.40 to v5.4.47) - symfony/routing + (5.4.40 to 5.4.48) - symfony/service-contracts (2.5.3 to 2.5.4) - symfony/string + (5.4.40 to 5.4.47) - symfony/translation (5.4.40 to 5.4.45) - + symfony/translation-contracts (2.5.3 to 2.5.4) https://github.com/owncloud/core/pull/41287 https://github.com/owncloud/core/pull/41297 @@ -72,6 +76,7 @@ ownCloud admins and users. https://github.com/owncloud/core/pull/41334 https://github.com/owncloud/core/pull/41337 https://github.com/owncloud/core/pull/41341 + https://github.com/owncloud/core/pull/41344 * Change - Add user hint in share dialog that password policy can apply: [#41314](https://github.com/owncloud/core/pull/41314)