Skip to content

Commit feb5e66

Browse files
committed
Update CHANGELOG for 7.0.0-RC1
1 parent 79bf7ad commit feb5e66

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG-7.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ in 7.0 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/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)

0 commit comments

Comments
 (0)