From b201814ceada61883dc80f3988ffcae19b7f4cac Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Wed, 12 Jul 2017 12:04:43 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ce75b72..6f85b55c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ - [#3001](https://github.com/influxdata/telegraf/issues/3001): Fix handling of escape characters within fields. - [#2988](https://github.com/influxdata/telegraf/issues/2988): Fix chrony plugin does not track system time offset. - [#3004](https://github.com/influxdata/telegraf/issues/3004): Do not allow metrics with trailing slashes. +- [#3011](https://github.com/influxdata/telegraf/issues/3011): Prevent Write from being called concurrently. ## v1.3.3 [2017-06-28]