CHANGELOG update

This commit is contained in:
Cameron Sparr 2015-11-13 14:42:21 -07:00
parent a6ae597dfc
commit bf8e0f4cae
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ changed to just run docker commands in the Makefile. See `make docker-run` and
### Bugfixes
- [#331](https://github.com/influxdb/telegraf/pull/331): Dont overwrite host tag in redis plugin.
- [#336](https://github.com/influxdb/telegraf/pull/336): Mongodb plugin should take 2 measurements.
- [#351](https://github.com/influxdb/telegraf/issues/317): Fix continual "CREATE DATABASE" in writes
- [#360](https://github.com/influxdb/telegraf/pull/360): Apply prefix before ShouldPass check. Thanks @sotfo!
## v0.2.0 [2015-10-27]