[Debug] Fix CHANGELOG after ErrorCatcher renaming

This commit is contained in:
Thomas Calvet 2019-06-28 16:44:50 +02:00
parent b40f6b5e72
commit a751629eb1
1 changed files with 3 additions and 3 deletions

View File

@ -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
-----