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 May 2, 2019
1 parent b52f082 commit 132c4de
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 @@ -10,7 +10,8 @@
- Fix the default value of the `$exceptions` property of the Event class (#806)
- Add a Monolog handler (#808)
- 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 132c4de

Please sign in to comment.