@@ -7,6 +7,26 @@ in 6.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/v6.2.0...v6.2.1
9
9
10
+ * 6.2.3 (2022-12-28)
11
+
12
+ * bug #48805 [ DependencyInjection] Fix resolving parameters when dumping lazy proxies (nicolas-grekas)
13
+ * bug #48787 [ PhpUnitBridge] Use verbose deprecation output for quiet types only when it reaches the threshold (ogizanagi)
14
+ * bug #48784 [ Console] Correctly overwrite progressbars with different line count per step (ncharalampidis)
15
+ * bug #48801 [ Form] Make ` ButtonType ` handle ` form_attr ` option (MatTheCat)
16
+ * bug #48791 [ DependencyInjection] Fix deduplicating service instances in circular graphs (nicolas-grekas)
17
+ * bug #48790 [ WebProfilerBundle] fix Mailer detail on click (Jean-Beru)
18
+ * bug #48771 [ CssSelector] Fix escape patterns (fancyweb)
19
+ * bug #48774 [ Translation] Fix undefined variable messages in ConstraintVisitor (alamirault)
20
+ * bug #48727 [ PropertyAccess] Fix nullsafe chain like x?.y (Vincz)
21
+ * bug #48711 [ Cache] RedisTrait::createConnection does not pass auth value from redis sentinel cluster DSN (evgkord)
22
+ * bug #48724 [ VarExporter] Fix exporting classes with __ unserialize() but not __ serialize() (fancyweb)
23
+ * bug #48746 [ Validator] Fix IBAN format for Tunisia and Mauritania (smelesh)
24
+ * bug #48738 [ Workflow] Allow spaces in place names so the PUML dump doesn't break (Kamil Musial)
25
+ * bug #48742 [ VarExporter] Generate proxies for static abstract methods (nicolas-grekas)
26
+ * bug #48735 [ SecurityBundle] Prevent RuntimeException on profiler (marphi)
27
+ * bug #48718 Compatibility with doctrine/annotations 2 (derrabus)
28
+ * bug #48688 [ FrameworkBundle] Add MailPace definition (skmedix)
29
+
10
30
* 6.2.2 (2022-12-16)
11
31
12
32
* bug #48661 [ Serializer] fix context attribute with serializedName (nikophil)
0 commit comments