Skip to content

Commit

Permalink
Update CHANGELOG for 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 11, 2024
1 parent fc6186c commit 24a2971
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG-7.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ in 7.2 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v7.2.0...v7.2.1

* 7.2.1 (2024-12-11)

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

* 7.2.0 (2024-11-29)

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

0 comments on commit 24a2971

Please sign in to comment.