From 9cf8afc12306cbc0db20db94ad0a829345aa0e52 Mon Sep 17 00:00:00 2001 From: knollet <131003185+knollet@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:58:57 +0100 Subject: [PATCH] docs(Changelog): Fix reference to python-syntax removal #14427 (#14429) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.