diff --git a/src/Symfony/Component/Debug/CHANGELOG.md b/src/Symfony/Component/Debug/CHANGELOG.md index a2841dc83a..71da439940 100644 --- a/src/Symfony/Component/Debug/CHANGELOG.md +++ b/src/Symfony/Component/Debug/CHANGELOG.md @@ -5,13 +5,13 @@ CHANGELOG ----- * deprecated the `BufferingLogger`, `ErrorHandler` and `ExceptionHandler` classes, - they have been moved to the `ErrorHandler` component + they have been moved to the `ErrorCatcher` component * deprecated the `FatalErrorHandlerInterface`, `ClassNotFoundFatalErrorHandler`, `UndefinedFunctionFatalErrorHandler` and `UndefinedMethodFatalErrorHandler` classes, - they have been moved to the `ErrorHandler` component + they have been moved to the `ErrorCatcher` component * deprecated the `ClassNotFoundException`, `FatalErrorException`, `FatalThrowableError`, `FlattenException`, `OutOfMemoryException`, `SilencedErrorContext`, `UndefinedFunctionException`, - and `UndefinedMethodException`, they have been moved to the `ErrorHandler` component + and `UndefinedMethodException`, they have been moved to the `ErrorCatcher` component 4.3.0 -----