From 4daa8e8770f37e36bb0e7cc131d4e4e80ee8ad6d Mon Sep 17 00:00:00 2001 From: Joe Haines Date: Mon, 8 Feb 2021 10:14:49 +0000 Subject: [PATCH] Add redacted keys to changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1fbb3b8..c684ce14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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