diff --git a/CHANGELOG.md b/CHANGELOG.md index 278c03af2b..253941c6f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ - Mark Sentry internal frames when using `attach_stacktrace` as `in_app` `false` (#786) - Increase default severity of `E_RECOVERABLE_ERROR` to `Severity::ERROR`, instead of warning (#792) -- Make it possible to register fatal error listeners separately from the error listeners (#788) +- Make it possible to register fatal error listeners separately from the error listeners + and change the type of the reported exception to `\Sentry\Exception\FatalErrorException` (#788) ## 2.0.1 (2019-03-01)