Update changelog and readme

This commit is contained in:
Daniel Nelson 2019-06-14 12:27:57 -07:00
parent a276ddfe97
commit 1f2cb85354
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## v1.12 [unreleased]
#### New Processors
- [date](/plugins/processors/date/README.md) - Contributed by @influxdata
#### Features
- [#5842](https://github.com/influxdata/telegraf/pull/5842): Improve performance of wavefront serializer.

View File

@ -325,6 +325,7 @@ For documentation on the latest development code see the [documentation index][d
## Processor Plugins
* [converter](./plugins/processors/converter)
* [date](./plugins/processors/date)
* [enum](./plugins/processors/enum)
* [override](./plugins/processors/override)
* [parser](./plugins/processors/parser)