We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb8f4116 commitcd92617Copy full SHA for cd92617
CHANGELOG-5.4.md
@@ -7,6 +7,14 @@ in 5.4 minor versions.
7
To get the diff for a specific change, go tohttps://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
To get the diff between two versions, go tohttps://github.com/symfony/symfony/compare/v5.4.0...v5.4.1
9
10
+* 5.4.47 (2024-11-13)
11
+
12
+* security #cve-2024-50342[HttpClient] Resolve hostnames in NoPrivateNetworkHttpClient (nicolas-grekas)
13
+* security #cve-2024-51996[Security] Check owner of persisted remember-me cookie (jderusse)
14
+* bug#58799[String] Fix some spellings in`EnglishInflector` (alexandre-daubois)
15
+* bug#58791[RateLimiter] handle error results of DateTime::modify() (xabbuh)
16
+* bug#58800[PropertyInfo] fix support for phpstan/phpdoc-parser 2 (xabbuh)
17
18
* 5.4.46 (2024-11-06)
19
20
* bug#58772[DoctrineBridge] Backport detection fix of Xml/Yaml driver in DoctrineExtension (MatTheCat)