From a61e21ec45b1a52d06eeeca8242ba0c4ec8980a3 Mon Sep 17 00:00:00 2001 From: Subhachandra Chandra Date: Mon, 11 Apr 2016 23:06:00 -0700 Subject: [PATCH] Fixed CHANGELOG with the correct pull request id. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3628f419..1ec857cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ no longer insert field names when the field is simply named `value`. This is because the `value` field is redundant in the graphite/librato context. ### Features -- [#952](https://github.com/influxdata/telegraf/pull/952): Cassandra input plugin. Thanks @subhachandrachandra! +- [#1009](https://github.com/influxdata/telegraf/pull/1009): Cassandra input plugin. Thanks @subhachandrachandra! - [#976](https://github.com/influxdata/telegraf/pull/976): Reduce allocations in the UDP and statsd inputs. - [#979](https://github.com/influxdata/telegraf/pull/979): Reduce allocations in the TCP listener. - [#992](https://github.com/influxdata/telegraf/pull/992): Refactor allocations in TCP/UDP listeners.