Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Feb 5, 2021
1 parent 6e0d3b0 commit 9dfc80d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ Changelog
* Add a "discard classes" configuration option that allows events to be discarded based on the exception class name or PHP error name
[#622](https://github.com/bugsnag/bugsnag-php/pull/622)

* Add a "redacted keys" configuration option. This is similar to `filters` but allows both strings and regexes. String matching is exact but case-insensitive. Regex matching allows for partial and wildcard matching.
[#623](https://github.com/bugsnag/bugsnag-php/pull/623)

### Deprecations

* The `filters` configuration option is now deprecated as `redactedKeys` can express everything that filters could and more.

## 3.25.0 (2020-11-25)

### Enhancements
Expand Down

0 comments on commit 9dfc80d

Please sign in to comment.