minor #33036 [Debug] Improve UPGRADE files (nicolas-grekas)

This PR was merged into the 4.4 branch.

Discussion
----------

[Debug] Improve UPGRADE files

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Ppl will have to update their front controller when moving to Symfony 5, let's be clear about that.

Commits
-------

83aae916e0 [Debug] Improve UPGRADE files
This commit is contained in:
Nicolas Grekas 2019-08-08 09:51:48 +02:00
commit c2a33210dd
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
-------------------