add changed debug command names to upgrade file

This commit is contained in:
Christian Flothmann 2015-05-20 20:01:48 +02:00
parent 2213e67279
commit 4443c4dd7e

View File

@ -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