diff --git a/CHANGELOG.md b/CHANGELOG.md index 976df1bed..ecaa0efe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.