8000 Fixed duplicated Console subtitle in UPGRADE file · romainneutron/symfony@8b850e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b850e6

Browse files
committed
Fixed duplicated Console subtitle in UPGRADE file
1 parent 1b63474 commit 8b850e6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

UPGRADE-3.3.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,15 @@ Console
6868
""
6969
```
7070

71+
* The `console.exception` event and the related `ConsoleExceptionEvent` class
72+
have been deprecated in favor of the `console.error` event and the `ConsoleErrorEvent`
73+
class. The deprecated event and class will be removed in 4.0.
74+
7175
Debug
7276
-----
7377

7478
* The `ContextErrorException` class is deprecated. `\ErrorException` will be used instead in 4.0.
7579

76-
Console
77-
-------
78-
79-
* The `console.exception` event and the related `ConsoleExceptionEvent` class
80-
have been deprecated in favor of the `console.error` event and the `ConsoleErrorEvent`
81-
class. The deprecated event and class will be removed in 4.0.
82-
8380
DependencyInjection
8481
-------------------
8582

0 commit comments

Comments
 (0)
0