File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ in 6.4 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.4.0...v6.4.1
9
9
10
+ * 6.4.1 (2023-12-01)
11
+
12
+ * bug #52814 [ Workflow] Add ` getEnabledTransition() ` to TraceableWorkflow (alexandre-daubois)
13
+ * bug #52852 [ Serializer] Fix TranslatableNormalizer when the Translator is disabled (Jean-Beru)
14
+ * bug #52836 [ DependencyInjection] Fix parsing named autowiring aliases that contain underscores (nicolas-grekas)
15
+ * bug #52804 [ Serializer] Fix support of plain object types denormalization (andersonamuller)
16
+ * bug #52845 [ Routing] Restore aliases removal in RouteCollection::remove() (fancyweb)
17
+ * bug #52846 [ PhpUnitBridge] run composer update for compatibility with PHPUnit versions shipping composer.lock (xabbuh)
18
+ * bug #52823 add parameter types in query builder (javiercno)
19
+ * bug #52825 [ AssetMapper] Upgrade asset mapper to 6.4 fails due to invalid entries "downloaded_to" and "preload" (redflo)
20
+ * bug #52808 [ DependencyInjection] Fix dumping containers with null-referenced services (nicolas-grekas)
21
+ * bug #52797 [ VarExporter] Fix lazy ghost trait when using nullsafe operator (nicolas-grekas)
22
+ * bug #52806 [ Routing] Fix removing aliases pointing to removed route in ` RouteCollection::remove() ` (fancyweb)
23
+ * bug #52805 [ Routing] Fix conflicting FQCN aliases with route name (fancyweb)
24
+
10
25
* 6.4.0 (2023-11-29)
11
26
12
27
* bug #52786 [ Serializer] Revert allowed attributes fix (mtarld)
You can’t perform that action at this time.
0 commit comments