File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,10 @@ TwigBridge
134
134
----------
135
135
136
136
* Deprecated the possibility to inject the Form Twig Renderer into the form
137
- extension. Inject it into the ` TwigRendererEngine ` instead.
137
+ extension. Inject the Twig Environment into the ` TwigRendererEngine ` and load
138
+ the Twig Renderer using the Twig FactoryRuntimeLoader instead.
139
+
140
+ * Deprecated the ` TwigRendererEngineInterface ` interface, will be removed in 4.0.
138
141
139
142
Validator
140
143
---------
Original file line number Diff line number Diff line change @@ -187,7 +187,10 @@ TwigBridge
187
187
----------
188
188
189
189
* The possibility to inject the Form Twig Renderer into the form extension
190
- has been removed. Inject it into the ` TwigRendererEngine ` instead.
190
+ has been removed. Inject the Twig Environment into the ` TwigRendererEngine `
191
+ and load the Twig Renderer using the Twig FactoryRuntimeLoader instead.
192
+
193
+ * Removed the ` TwigRendererEngineInterface ` interface.
191
194
192
195
Validator
193
196
---------
Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ CHANGELOG
5
5
-----
6
6
7
7
* added ` AppVariable::getToken() `
8
- * Deprecated the possibility to inject the Form Twig Renderer into the form
9
- extension. Inject it on TwigRendererEngine instead.
8
+ * Deprecated the possibility to inject the Form Twig Renderer into the form extension.
9
+ Inject the Twig Environment into the ` TwigRendererEngine ` and load the Twig Renderer
10
+ using the Twig FactoryRuntimeLoader instead.
11
+ * Deprecated the ` TwigRendererEngineInterface ` interface.
10
12
11
13
2.7.0
12
14
-----
You can’t perform that action at this time.
0 commit comments