Skip to content

Commit 8148725

Browse files
committed
minor symfony#20003 [Console] add missing upgrade entry (xabbuh)
This PR was merged into the 3.2-dev branch. Discussion ---------- [Console] add missing upgrade entry | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- a502148 [Console] add missing upgrade entry
2 parents 7f1f232 + a502148 commit 8148725

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

UPGRADE-3.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ FrameworkBundle
1010
* The `Controller::getUser()` method has been deprecated and will be removed in
1111
Symfony 4.0; typehint the security user object in the action instead.
1212

13+
Console
14+
-------
15+
16+
* Setting unknown style options is deprecated and will throw an exception in
17+
Symfony 4.0.
18+
1319
DependencyInjection
1420
-------------------
1521

UPGRADE-4.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
UPGRADE FROM 3.x to 4.0
22
=======================
33

4+
Console
5+
-------
6+
7+
* Setting unknown style options is not supported anymore and throws an
8+
exception.
9+
410
Debug
511
-----
612

0 commit comments

Comments
 (0)