From 7a197a3b2e989c9d72d85bcb39345cdaeb651121 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Thu, 25 Jan 2018 15:05:46 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d173ae2..10e186168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ - [#2846](https://github.com/influxdata/telegraf/pull/2846): Add support for dropwizard input format. - [#3666](https://github.com/influxdata/telegraf/pull/3666): Add container health metrics to docker input. - [#3687](https://github.com/influxdata/telegraf/pull/3687): Add support for using globs in devices list of diskio input plugin. +- [#2754](https://github.com/influxdata/telegraf/pull/2754): Allow running as console application on Windows. ### Bugfixes @@ -465,7 +466,6 @@ be deprecated eventually. ### Bugfixes -- [#2754](https://github.com/influxdata/telegraf/pull/2754): allow running as console application on Windows - [#2633](https://github.com/influxdata/telegraf/pull/2633): ipmi_sensor: allow @ symbol in password - [#2077](https://github.com/influxdata/telegraf/issues/2077): SQL Server Input - Arithmetic overflow error converting numeric to data type int. - [#2262](https://github.com/influxdata/telegraf/issues/2262): Flush jitter can inhibit metric collection.