From 4443c4dd7e0b9a7dc640f7830414cf6dd895e070 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 20 May 2015 20:01:48 +0200 Subject: [PATCH] add changed debug command names to upgrade file --- UPGRADE-3.0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index 3f7fa830b1..f95d178ba7 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -306,6 +306,11 @@ UPGRADE FROM 2.x to 3.0 ### FrameworkBundle + * The `config:debug`, `container:debug`, `router:debug`, `translation:debug` + and `yaml:lint` commands have been deprecated since Symfony 2.7 and will + be removed in Symfony 3.0. Use the `debug:config`, `debug:container`, + `debug:router`, `debug:translation` and `lint:yaml` commands instead. + * The `getRequest` method of the base `Controller` class has been deprecated since Symfony 2.4 and must be therefore removed in 3.0. The only reliable way to get the `Request` object is to inject it in the action method. @@ -580,6 +585,9 @@ UPGRADE FROM 2.x to 3.0 ### Twig Bridge + * The `twig:lint` command has been deprecated since Symfony 2.7 and will be + removed in Symfony 3.0. Use the `lint:twig` command instead. + * The `render` tag is deprecated in favor of the `render` function. * The `form_enctype` helper was removed. You should use the new `form_start` @@ -632,6 +640,11 @@ UPGRADE FROM 2.x to 3.0 {{ form_end(form) }} ``` +### TwigBundle + + * The `twig:debug` command has been deprecated since Symfony 2.7 and will be + removed in Symfony 3.0. Use the `debug:twig` command instead. + ### Validator * The class `Symfony\Component\Validator\Mapping\Cache\ApcCache` has been removed in favor