8000 Update CHANGELOG for 5.4.29 · symfony/symfony@676b692 · GitHub
[go: up one dir, main page]

Skip to content

Commit 676b692

Browse files
committed
Update CHANGELOG for 5.4.29
1 parent d8e20aa commit 676b692

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG-5.4.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ in 5.4 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://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)

0 commit comments

Comments
 (0)
0