File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -279,6 +279,11 @@ UPGRADE FROM 2.x to 3.0
279
279
280
280
### FrameworkBundle
281
281
282
+ * The ` config:debug ` , ` container:debug ` , ` router:debug ` and ` translation:debug `
283
+ commands have been deprecated since Symfony 2.6 and will be removed in Symfony
284
+ 3.0. Use the ` debug:config ` , ` debug:container ` , ` debug:router ` and
285
+ ` debug:translation ` commands instead.
286
+
282
287
* The ` getRequest ` method of the base ` Controller ` class has been deprecated
283
288
since Symfony 2.4 and must be therefore removed in 3.0. The only reliable
284
289
way to get the ` Request ` object is to inject it in the action method.
@@ -560,6 +565,11 @@ UPGRADE FROM 2.x to 3.0
560
565
{{ form_end(form) }}
561
566
```
562
567
568
+ ### TwigBundle
569
+
570
+ * The ` twig:debug ` command has been deprecated since Symfony 2.6 and will be
571
+ removed in Symfony 3.0. Use the ` debug:twig ` command instead.
572
+
563
573
### Validator
564
574
565
575
* The class ` Symfony\Component\Validator\Mapping\Cache\ApcCache ` has been removed in favor
You can’t perform that action at this time.
0 commit comments