Skip to content

Commit

Permalink
Update the CHANGELOG description to mention the new exception type fo…
Browse files Browse the repository at this point in the history
…r the fatal errors
  • Loading branch information
ste93cry committed Apr 11, 2019
1 parent 8460874 commit a936847
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a936847

Please sign in to comment.