Skip to content

Commit

Permalink
Fix CR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ste93cry committed Jul 6, 2020
1 parent 57a83fe commit bbbaf64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,8 +2,9 @@

## Unreleased

- [BC BREAK] Remove the deprecated code that made the `Hub` class a singleton
- [BC BREAK] Remove the deprecated code that made the `Hub` class a singleton (#1038)
- [BC BREAK] Remove deprecated code that permitted to register the error, fatal error and exception handlers at once (#1037)
- [BC BREAK] Change the default value for the `error_types` option from `E_ALL` to the value get from `error_reporting()` (#1037)

### 2.4.1 (2020-07-03)

Expand Down
1 change: 1 addition & 0 deletions UPGRADE-3.0.md
Expand Up @@ -8,3 +8,4 @@
- The signature of the `ErrorListenerIntegration::__construct()` method changed to not accept any parameter
- The signature of the `FatalErrorListenerIntegration::__construct()` method changed to not accept any parameter
- The `ErrorListenerIntegration` integration does not get called anymore when a fatal error occurs
- The default value of the `error_types` option changed to the value get from `error_reporting()`

0 comments on commit bbbaf64

Please sign in to comment.