remove outdated changelog entries

This commit is contained in:
Christian Flothmann 2019-07-13 18:55:37 +02:00
parent 08c80eb341
commit f62a9883b6

View File

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