From f62a9883b61df27c25178f755956410c63c137d7 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 13 Jul 2019 18:55:37 +0200 Subject: [PATCH] remove outdated changelog entries --- src/Symfony/Component/Debug/CHANGELOG.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/Symfony/Component/Debug/CHANGELOG.md b/src/Symfony/Component/Debug/CHANGELOG.md index 2c385f7f17..437113854e 100644 --- a/src/Symfony/Component/Debug/CHANGELOG.md +++ b/src/Symfony/Component/Debug/CHANGELOG.md @@ -1,18 +1,6 @@ CHANGELOG ========= -5.0.0 ------ - -* removed the `BufferingLogger`, `ErrorHandler` and `ExceptionHandler` classes, - they have been moved to the `ErrorCatcher` component -* removed the `FatalErrorHandlerInterface`, `ClassNotFoundFatalErrorHandler`, - `UndefinedFunctionFatalErrorHandler` and `UndefinedMethodFatalErrorHandler` classes, - they have been moved to the `ErrorCatcher` component -* removed the `ClassNotFoundException`, `FatalErrorException`, `FatalThrowableError`, - `FlattenException`, `OutOfMemoryException`, `SilencedErrorContext`, `UndefinedFunctionException`, - and `UndefinedMethodException`, they have been moved to the `ErrorCatcher` component - 4.4.0 -----