Fixed duplicated Console subtitle in UPGRADE file

This commit is contained in:
HeahDude 2017-03-26 23:24:36 +02:00
parent 1b634746ed
commit 8b850e6074
1 changed files with 4 additions and 7 deletions

View File

@ -68,18 +68,15 @@ Console
""
```
* The `console.exception` event and the related `ConsoleExceptionEvent` class
have been deprecated in favor of the `console.error` event and the `ConsoleErrorEvent`
class. The deprecated event and class will be removed in 4.0.
Debug
-----
* The `ContextErrorException` class is deprecated. `\ErrorException` will be used instead in 4.0.
Console
-------
* The `console.exception` event and the related `ConsoleExceptionEvent` class
have been deprecated in favor of the `console.error` event and the `ConsoleErrorEvent`
class. The deprecated event and class will be removed in 4.0.
DependencyInjection
-------------------