[Console] add missing upgrade entry

This commit is contained in:
Christian Flothmann 2016-09-21 16:11:45 +02:00
parent 167c14f248
commit a5021482ce
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,12 @@ FrameworkBundle
* The `Controller::getUser()` method has been deprecated and will be removed in
Symfony 4.0; typehint the security user object in the action instead.
Console
-------
* Setting unknown style options is deprecated and will throw an exception in
Symfony 4.0.
DependencyInjection
-------------------

View File

@ -1,6 +1,12 @@
UPGRADE FROM 3.x to 4.0
=======================
Console
-------
* Setting unknown style options is not supported anymore and throws an
exception.
Debug
-----