Skip to content

Commit e75abe5

Browse files
committed
Update CHANGELOG for 6.4.20
1 parent 32aa8ca commit e75abe5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG-6.4.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ in 6.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/v6.4.0...v6.4.1
99

10+
* 6.4.20 (2025-03-28)
11+
12+
* bug #60054 [Form] Use duplicate_preferred_choices to set value of ChoiceType (aleho)
13+
* bug #59858 Update `JsDelivrEsmResolver::IMPORT_REGEX` to support dynamic imports (natepage)
14+
* bug #60019 [HttpKernel] Fix `TraceableEventDispatcher` when the `Stopwatch` service has been reset (lyrixx)
15+
* bug #59975 [HttpKernel] Only remove `E_WARNING` from error level during kernel init (fritzmg)
16+
* bug #59988 [FrameworkBundle] Remove redundant `name` attribute from `default_context` (HypeMC)
17+
* bug #59949 [Process] Use a pipe for stderr in pty mode to avoid mixed output between stdout and stderr (joelwurtz)
18+
* bug #59940 [Cache] Fix missing cache data in profiler (dcmbrs)
19+
* bug #59965 [VarExporter] Fix support for hooks and asymmetric visibility (nicolas-grekas)
20+
* bug #59874 [Console] fix progress bar messing output in section when there is an EOL (joelwurtz)
21+
* bug #59888 [PhpUnitBridge] don't trigger "internal" deprecations for PHPUnit Stub objects (xabbuh)
22+
* bug #59830 [Yaml] drop comments while lexing unquoted strings (xabbuh)
23+
* bug #59884 [VarExporter] Fix support for asymmetric visibility (nicolas-grekas)
24+
* bug #59881 [VarExporter] Fix support for abstract properties (nicolas-grekas)
25+
* bug #59841 [Cache] fix cache data collector on late collect (dcmbrs)
26+
1027
* 6.4.19 (2025-02-26)
1128

1229
* bug #59198 [Messenger] Filter out non-consumable receivers when registering `ConsumeMessagesCommand` (wazum)

0 commit comments

Comments
 (0)