[Debug] Improve UPGRADE files

This commit is contained in:
Nicolas Grekas 2019-08-08 09:36:09 +02:00
parent f4f2fda81f
commit 83aae916e0
2 changed files with 6 additions and 3 deletions

View File

@ -9,8 +9,9 @@ Cache
Debug
-----
* Deprecated `FlattenException`, use the `FlattenException` of the `ErrorRenderer` component
* Deprecated the whole component in favor of `ErrorHandler` component
* Deprecated the `Debug` class, use the one from the `ErrorRenderer` component instead
* Deprecated the `FlattenException` class, use the one from the `ErrorRenderer` component instead
* Deprecated the component in favor of the `ErrorHandler` component
DependencyInjection
-------------------

View File

@ -54,7 +54,9 @@ Console
Debug
-----
* Removed the component
* Removed the `Debug` class, use the one from the `ErrorRenderer` component instead
* Removed the `FlattenException` class, use the one from the `ErrorRenderer` component instead
* Removed the component component in favor of the `ErrorHandler` component
DependencyInjection
-------------------