minor #32262 [Debug] Fix CHANGELOG after ErrorCatcher renaming (fancyweb)

This PR was merged into the 4.4 branch.

Discussion
----------

[Debug] Fix CHANGELOG after ErrorCatcher renaming

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

a751629eb1 [Debug] Fix CHANGELOG after ErrorCatcher renaming
This commit is contained in:
Tobias Schultze 2019-06-28 17:28:49 +02:00
commit 905c863f59

View File

@ -5,13 +5,13 @@ CHANGELOG
----- -----
* deprecated the `BufferingLogger`, `ErrorHandler` and `ExceptionHandler` classes, * 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`, * deprecated the `FatalErrorHandlerInterface`, `ClassNotFoundFatalErrorHandler`,
`UndefinedFunctionFatalErrorHandler` and `UndefinedMethodFatalErrorHandler` classes, `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`, * deprecated the `ClassNotFoundException`, `FatalErrorException`, `FatalThrowableError`,
`FlattenException`, `OutOfMemoryException`, `SilencedErrorContext`, `UndefinedFunctionException`, `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 4.3.0
----- -----