10000 add changed debug command names to upgrade file · symfony/symfony@86b4c6d · GitHub
[go: up one dir, main page]

Skip to content

Commit 86b4c6d

Browse files
committed
add changed debug command names to upgrade file
1 parent 1e06857 commit 86b4c6d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

UPGRADE-3.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,11 @@ UPGRADE FROM 2.x to 3.0
279279

280280
### FrameworkBundle
281281

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+
282287
* The `getRequest` method of the base `Controller` class has been deprecated
283288
since Symfony 2.4 and must be therefore removed in 3.0. The only reliable
284289
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
560565
{{ form_end(form) }}
561566
```
562567

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+
563573
### Validator
564574

565575
* The class `Symfony\Component\Validator\Mapping\Cache\ApcCache` has been removed in favor

0 commit comments

Comments
 (0)
0