From 7681469cd548c09b5352821f99d5330c7c0714ed Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 19 May 2020 11:59:00 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb7b2daa..000b02599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,9 @@ #### Bugfixes - [#7412](https://github.com/influxdata/telegraf/pull/7412): Use same timestamp for all objects in arrays in the json parser. -- [#7439](https://github.com/influxdata/telegraf/pull/7439): Handle multiple metrics with the same timestamp in dedup processor. +- [#7343](https://github.com/influxdata/telegraf/issues/7343): Handle multiple metrics with the same timestamp in dedup processor. +- [#5905](https://github.com/influxdata/telegraf/issues/5905): Fix reconnection of timed out HTTP2 connections influxdb outputs. +- [#7468](https://github.com/influxdata/telegraf/issues/7468): Fix negative value parsing in impi_sensor input. ## v1.14.2 [2020-04-28]