File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,12 @@ SecurityBundle
77
77
78
78
* ` FirewallContext::getListeners() ` now returns ` \Traversable|array `
79
79
80
+ TwigBridge
81
+ ----------
82
+
83
+ * deprecated the ` Symfony\Bridge\Twig\Form\TwigRenderer ` class, use the ` FormRenderer `
84
+ class from the Form component instead
85
+
80
86
Validator
81
87
---------
82
88
Original file line number Diff line number Diff line change @@ -514,6 +514,9 @@ TwigBundle
514
514
TwigBridge
515
515
----------
516
516
517
+ * removed the ` Symfony\Bridge\Twig\Form\TwigRenderer ` class, use the ` FormRenderer `
518
+ class from the Form component instead
519
+
517
520
* Removed the possibility to inject the Form ` TwigRenderer ` into the ` FormExtension ` .
518
521
Upgrade Twig to ` ^1.30 ` , inject the ` Twig_Environment ` into the ` TwigRendererEngine ` and load
519
522
the ` TwigRenderer ` using the ` Twig_FactoryRuntimeLoader ` instead.
You can’t perform that action at this time.
0 commit comments