docs(Changelog): Fix reference to python-syntax removal #14427 (#14429)

This commit is contained in:
knollet 2023-12-11 14:58:57 +01:00 committed by GitHub
parent f899e71aab
commit 9cf8afc123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
### Important Changes
- [#13791](https://github.com/influxdata/telegraf/pull/11493) `metricpass`
- [#13791](https://github.com/influxdata/telegraf/pull/13791) `metricpass`
Removed the Python compatibility support for "not", "and", and "or" keywords.
This support was incorrectly removing these keywords from actual data. Users
should instead use the standard "!", "&&", and "||" operators.