Update changelog and readme

This commit is contained in:
Daniel Nelson 2019-06-17 14:46:49 -07:00
parent 9b338410cb
commit 4199114e4c
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 Parsers
- [form_urlencoded](/plugins/processors/form_urlencoded/README.md) - Contributed by @byonchev
#### New Processors
- [date](/plugins/processors/date/README.md) - Contributed by @influxdata

View File

@ -304,6 +304,7 @@ For documentation on the latest development code see the [documentation index][d
- [Collectd](/plugins/parsers/collectd)
- [CSV](/plugins/parsers/csv)
- [Dropwizard](/plugins/parsers/dropwizard)
- [FormUrlencoded](/plugins/parser/form_urlencoded)
- [Graphite](/plugins/parsers/graphite)
- [Grok](/plugins/parsers/grok)
- [JSON](/plugins/parsers/json)