Skip to content

Commit 83aae91

Browse files
[Debug] Improve UPGRADE files
1 parent f4f2fda commit 83aae91

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

UPGRADE-4.4.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ Cache
99
Debug
1010
-----
1111

12-
* Deprecated `FlattenException`, use the `FlattenException` of the `ErrorRenderer` component
13-
* Deprecated the whole component in favor of `ErrorHandler` component
12+
* Deprecated the `Debug` class, use the one from the `ErrorRenderer` component instead
13+
* Deprecated the `FlattenException` class, use the one from the `ErrorRenderer` component instead
14+
* Deprecated the component in favor of the `ErrorHandler` component
1415

1516
DependencyInjection
1617
-------------------

UPGRADE-5.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ Console
5454
Debug
5555
-----
5656

57-
* Removed the component
57+
* Removed the `Debug` class, use the one from the `ErrorRenderer` component instead
58+
* Removed the `FlattenException` class, use the one from the `ErrorRenderer` component instead
59+
* Removed the component component in favor of the `ErrorHandler` component
5860

5961
DependencyInjection
6062
-------------------

0 commit comments

Comments
 (0)