Fix single quote parsing of TOML durations

closes #2023
This commit is contained in:
Cameron Sparr
2016-11-09 16:35:58 +00:00
parent 5d3850c44e
commit 0ecbf9e349
3 changed files with 13 additions and 2 deletions

View File

@@ -10,7 +10,13 @@
- [#1949](https://github.com/influxdata/telegraf/issues/1949): Fix windows `net` plugin.
## v1.1 [unreleased]
## v1.1.1 [unreleased]
### Bugfixes
- [#2023](https://github.com/influxdata/telegraf/issues/2023): Fix issue parsing toml durations with single quotes.
## v1.1.0 [2016-11-07]
### Release Notes