From 83aae916e0c7af40976b36c2be171ce5c45176eb Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 8 Aug 2019 09:36:09 +0200 Subject: [PATCH] [Debug] Improve UPGRADE files --- UPGRADE-4.4.md | 5 +++-- UPGRADE-5.0.md | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/UPGRADE-4.4.md b/UPGRADE-4.4.md index c3b9ad8688..926ad227b0 100644 --- a/UPGRADE-4.4.md +++ b/UPGRADE-4.4.md @@ -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 ------------------- diff --git a/UPGRADE-5.0.md b/UPGRADE-5.0.md index 284e942c9a..229a042881 100644 --- a/UPGRADE-5.0.md +++ b/UPGRADE-5.0.md @@ -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 -------------------