Update CHANGELOG with PR #106

This commit is contained in:
Cameron Sparr 2015-08-11 11:04:50 -06:00
parent af647990ab
commit 9f2e6d6172
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
- [#92](https://github.com/influxdb/telegraf/pull/92): Exec plugin. Thanks @alvaromorales!
- [#98](https://github.com/influxdb/telegraf/pull/98): LeoFS plugin. Thanks @mocchira!
- [#103](https://github.com/influxdb/telegraf/pull/103): Filter by metric tags. Thanks @srfraser!
- [#106](https://github.com/influxdb/telegraf/pull/106): Options to filter plugins on startup. Thanks @zepouet!
### Bugfixes
- [#85](https://github.com/influxdb/telegraf/pull/85): Fix GetLocalHost testutil function for mac users