You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-7.2.md
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,32 @@ in 7.2 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v7.2.0...v7.2.1
9
9
10
+
* 7.2.7 (2025-05-29)
11
+
12
+
* bug #60549[Translation] Add intl-icu fallback for MessageCatalogue metadata (pontus-mp)
13
+
* bug #60571[ErrorHandler] Do not transform file to link if it does not exist (lyrixx)
14
+
* bug #60494[Messenger] fix: Add argument as integer (overexpOG)
15
+
* bug #60524[Notifier] Fix Clicksend transport (BafS)
16
+
* bug #60478[Validator] add missing `$extensions` and `$extensionsMessage` to the `Image` constraint (xabbuh)
17
+
* bug #60484[PhpUnitBridge] Clean up mocked features only when ``@group`` is present (HypeMC)
18
+
* bug #60490[PhpUnitBridge] set path to the PHPUnit autoload file (xabbuh)
19
+
* bug #60423[DependencyInjection] Make `DefinitionErrorExceptionPass` consider `IGNORE_ON_UNINITIALIZED_REFERENCE` and `RUNTIME_EXCEPTION_ON_INVALID_REFERENCE` the same (MatTheCat)
20
+
* bug #60439[FrameworkBundle] Fix declaring field-attr tags in xml config files (nicolas-grekas)
21
+
* bug #60428[DependencyInjection] Fix missing binding for ServiceCollectionInterface when declaring a service subscriber (nicolas-grekas)
0 commit comments