Fixed CHANGELOG with the correct pull request id.

This commit is contained in:
Subhachandra Chandra 2016-04-11 23:06:00 -07:00
parent ed809fed68
commit a61e21ec45
1 changed files with 1 additions and 1 deletions

View File

@ -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. because the `value` field is redundant in the graphite/librato context.
### Features ### 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. - [#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. - [#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. - [#992](https://github.com/influxdata/telegraf/pull/992): Refactor allocations in TCP/UDP listeners.