Skip to content

Commit 24a2971

Browse files
committed
Update CHANGELOG for 7.2.1
1 parent fc6186c commit 24a2971

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG-7.2.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ in 7.2 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.2.0...v7.2.1
99

10+
* 7.2.1 (2024-12-11)
11+
12+
* bug #59145 [TypeInfo] Make `Type::nullable` method no-op on every nullable type (mtarld)
13+
* bug #59122 [Notifier] fix desktop channel bus abstract arg (raphael-geffroy)
14+
* bug #59124 [FrameworkBundle] fix: notifier push channel bus abstract arg (raphael-geffroy)
15+
* bug #59069 [Console] Fix division by 0 error (Rindula)
16+
* bug #59086 [FrameworkBundle] Make uri_signer lazy and improve error when kernel.secret is empty (nicolas-grekas)
17+
* bug #59099 [sendgrid-mailer] Fix null check on region (AUDUL)
18+
* bug #59070 [PropertyInfo] evaluate access flags for properties with asymmetric visibility (xabbuh)
19+
* bug #59062 [HttpClient] Always set CURLOPT_CUSTOMREQUEST to the correct HTTP method in CurlHttpClient (KurtThiemann)
20+
* bug #59059 [TwigBridge] generate conflict-free variable names (xabbuh)
21+
1022
* 7.2.0 (2024-11-29)
1123

1224
* bug #59023 [HttpClient] Fix streaming and redirecting with NoPrivateNetworkHttpClient (nicolas-grekas)

0 commit comments

Comments
 (0)