File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ in 7.0 minor versions.
77To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v7.0.0...v7.0.1
99
10+ * 7.0.0-RC1 (2023-11-15)
11+
12+ * bug #52597 [ DependencyInjection] Fix dumping containers with null-referenced services (nicolas-grekas)
13+ * bug #52588 [ Messenger] Use extension_loaded call to check if pcntl extension is loaded, as SIGTERM might be set be swoole (Sergii Dolgushev)
14+ * feature #52569 [ VarExporter] Drop support for partially initialized lazy object (nicolas-grekas)
15+ * bug #52567 [ AssetMapper] Fixing js sourceMappingURL extraction when sourceMappingURL used in code (weaverryan)
16+ * bug #52579 [ DomCrawler] UriResolver support path with colons (vdauchy)
17+ * bug #52581 [ Messenger] attach all required parameters to query (xabbuh)
18+ * feature #52568 [ VarExporter] Deprecate per-property lazy-initializers (nicolas-grekas)
19+ * feature #52560 [ Mailer] Update default Mailjet port (Katario)
20+
1021* 7.0.0-BETA3 (2023-11-10)
1122
1223 * 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