File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ in 7.2 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/v7.2.0...v7.2.1
9
9
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
+
10
22
* 7.2.0 (2024-11-29)
11
23
12
24
* bug #59023 [ HttpClient] Fix streaming and redirecting with NoPrivateNetworkHttpClient (nicolas-grekas)
You can’t perform that action at this time.
0 commit comments