@@ -7,6 +7,23 @@ in 5.4 minor versions.
77To get the diff for a specific change, go tohttps://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88To get the diff between two versions, go tohttps://github.com/symfony/symfony/compare/v5.4.0...v5.4.1
99
10+ * 5.4.29 (2023-09-30)
11+
12+ * bug#51701 [ Serializer] Fix parsing XML root node attributes (mtarld)
13+ * bug#51588 [ FrameworkBundle] Always use buildDir as` ConfigBuilderGenerator ` outputDir (HypeMC)
14+ * bug#51675 [ Messenger] Fix cloned TraceableStack not unstacking the stack independently (krciga22)
15+ * bug#51198 [ DependencyInjection] Fix autocasting` null ` env values to empty string with` container.env_var_processors_locator ` (fancyweb)
16+ * bug#51683 [ Cache] Fix support for Redis Sentinel using php-redis 6.0.0 (Qonstrukt)
17+ * bug#51686 [ SecurityBundle] [ PasswordHasher ] Fix password migration with custom hasher service with security bundle config (ogizanagi)
18+ * bug#51671 [ FrameworkBundle] Fix support for` translator.default_path ` in XML (HeahDude)
19+ * bug#51659 [ HttpClient] Fix TraceableResponse if response has no destruct method (maxhelias)
20+ * bug#51598 [ Cache] fix using multiple Redis Sentinel hosts when the first one is not resolvable (digilist)
21+ * bug#51497 [ FrameworkBundle] no serializer mapping cache in debug mode without enable_annotations (soyuka)
22+ * bug#51645 [ String] Update wcswidth data with Unicode 15.1 (fancyweb)
23+ * bug#51586 [ ErrorHandler] Handle PHP 8.3` highlight_file ` function output changes (PhilETaylor)
24+ * bug#47221 [ Serializer] Fallback looking for DiscriminatorMap on interfaces (Caligone)
25+ * bug#51511 [ PasswordHasher] Avoid passing` null ` to` hash_pbkdf2() ` (sdespont)
26+
1027* 5.4.28 (2023-08-26)
1128
1229* bug#51474 [ Serializer] Fix wrong InvalidArgumentException thrown (mtarld)