From 5345ad529dc3ff6fe0c5048ecc12c9717dba46f8 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 26 May 2020 12:20:08 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3f7651b..557e21597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,7 +57,8 @@ #### Bugfixes - [#7325](https://github.com/influxdata/telegraf/issues/7325): Fix "cannot insert the value NULL error" with PerformanceCounters query. -- [#7579](https://github.com/influxdata/telegraf/issues/7579): Fix numeric to bool conversion in converter processor. +- [#7579](https://github.com/influxdata/telegraf/pull/7579): Fix numeric to bool conversion in converter processor. +- [#7551](https://github.com/influxdata/telegraf/issues/7551): Fix typo in name of gc_cpu_fraction field of the influxdb input. ## v1.14.3 [2020-05-19]