add bugfix in CHANGELOG and some notes in pg README

Closes #192
This commit is contained in:
Kevin Bouwkamp
2015-09-14 20:50:07 -04:00
committed by Cameron Sparr
parent d926a3b5da
commit aac9ba6c1e
2 changed files with 31 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ will still be backwards compatible if only `url` is specified.
- Fix net plugin on darwin
- [#84](https://github.com/influxdb/telegraf/issues/84): Fix docker plugin on CentOS. Thanks @neezgee!
- [#189](https://github.com/influxdb/telegraf/pull/189): Fix mem_used_perc. Thanks @mced!
- [#192](https://github.com/influxdb/telegraf/issues/192): Increase compatibility of postgresql plugin. Now supports versions 8.1+
## v0.1.8 [2015-09-04]