diff --git a/CHANGELOG.md b/CHANGELOG.md index d123147fe..ec65062cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,14 @@ All notable changes to this project will be documented in this file. ### Added - Icons for browsers plausible/analytics#4239 - Automatic custom property selection in the dashboard Properties report +- Add `does_not_contain` filter support to dashboard ### Removed ### Changed - Increase hourly request limit for API keys in CE from 600 to 1000000 (practically removing the limit) plausible/analytics#4200 -- Add `does_not_contain` filter support to dashboard +- `is` and `is not` filters in dashboard no longer support wildcards. Use contains/does not contain filter instead. ### Fixed