Skip to content

Commit

Permalink
Add redacted keys to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Feb 8, 2021
1 parent e912c6a commit 4daa8e8
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
* Support the new `discardClasses` configuration option. This allows events to be discarded based on the exception class name or PHP error name.
[#431](https://github.com/bugsnag/bugsnag-laravel/pull/431)

* Support the new `redactedKeys` 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.
[#432](https://github.com/bugsnag/bugsnag-laravel/pull/432)

### Deprecations

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

## 2.21.0 (2020-11-25)

### Enhancements
Expand Down

0 comments on commit 4daa8e8

Please sign in to comment.