Update changelog

closes #945
This commit is contained in:
Florent Ramière 2016-03-31 17:30:39 +02:00 committed by Cameron Sparr
parent 8c3371c4ac
commit 51f4e9c0d3
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
- [#848](https://github.com/influxdata/telegraf/issues/848): Provide option to omit host tag from telegraf agent.
- [#928](https://github.com/influxdata/telegraf/pull/928): Deprecating the statsd "convert_names" options, expose separator config.
- [#919](https://github.com/influxdata/telegraf/pull/919): ipmi_sensor input plugin. Thanks @ebookbug!
- [#945](https://github.com/influxdata/telegraf/pull/945): KAFKA output: codec, acks, and retry configuration. Thanks @framiere!
### Bugfixes
- [#890](https://github.com/influxdata/telegraf/issues/890): Create TLS config even if only ssl_ca is provided.