From b21864fc17b922c12be625c31e6d7b2d04d285f9 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 4 Mar 2019 12:55:35 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb6ad9cf..d32174d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,8 @@ - [#5449](https://github.com/influxdata/telegraf/issues/5449): Log permission error and ignore in filecount input. - [#5497](https://github.com/influxdata/telegraf/pull/5497): Create log file in append mode. - [#5325](https://github.com/influxdata/telegraf/issues/5325): Ignore tracking for metrics added to aggregator. +- [#5514](https://github.com/influxdata/telegraf/issues/5514): Fix panic when rejecting empty batch. +- [#5518](https://github.com/influxdata/telegraf/pull/5518): Fix conversion from string float to integer. ## v1.9.5 [2019-02-26]