Update changelog (#4258)

Previous PR https://github.com/plausible/analytics/pull/4228 Changelog
wasn't correctly updated. This fixes that issue
This commit is contained in:
Karl-Aksel Puulmann 2024-06-21 11:37:06 +03:00 committed by GitHub
parent 284b4ebbf6
commit a8b9505208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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