File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ in 6.4 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/v6.4.0...v6.4.1
9
9
10
+ * 6.4.0-RC1 (2023-11-15)
11
+
12
+ * bug #52588 [ Messenger] Use extension_loaded call to check if pcntl extension is loaded, as SIGTERM might be set be swoole (Sergii Dolgushev)
13
+ * bug #52567 [ AssetMapper] Fixing js sourceMappingURL extraction when sourceMappingURL used in code (weaverryan)
14
+ * bug #52579 [ DomCrawler] UriResolver support path with colons (vdauchy)
15
+ * bug #52581 [ Messenger] attach all required parameters to query (xabbuh)
16
+ * feature #52568 [ VarExporter] Deprecate per-property lazy-initializers (nicolas-grekas)
17
+ * feature #52560 [ Mailer] Update default Mailjet port (Katario)
18
+
10
19
* 6.4.0-BETA3 (2023-11-10)
11
20
12
21
* bug #51666 [ RateLimiter] CompoundLimiter was accepting requests even when some limiters already consumed all tokens (10n)
You can’t perform that action at this time.
0 commit comments