8000 document the TwigRenderer class deprecation · symfony/symfony@5352080 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5352080

Browse files
committed
document the TwigRenderer class deprecation
1 parent df748fc commit 5352080

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

UPGRADE-3.4.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ SecurityBundle
7777

7878
* `FirewallContext::getListeners()` now returns `\Traversable|array`
7979

80+
TwigBridge
81+
----------
82+
83+
* deprecated the `Symfony\Bridge\Twig\Form\TwigRenderer` class, use the `FormRenderer`
84+
class from the Form component instead
85+
8086
Validator
8187
---------
8288

UPGRADE-4.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,9 @@ TwigBundle
514514
TwigBridge
515515
----------
516516

517+
* removed the `Symfony\Bridge\Twig\Form\TwigRenderer` class, use the `FormRenderer`
518+
class from the Form component instead
519+
517520
* Removed the possibility to inject the Form `TwigRenderer` into the `FormExtension`.
518521
Upgrade Twig to `^1.30`, inject the `Twig_Environment` into the `TwigRendererEngine` and load
519522
the `TwigRenderer` using the `Twig_FactoryRuntimeLoader` instead.

0 commit comments

Comments
 (0)
0