From 4199114e4cdde29a4775884fcb64bc6406de7c74 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 17 Jun 2019 14:46:49 -0700 Subject: [PATCH] Update changelog and readme --- CHANGELOG.md | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 348b382da..ccee1e38a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index cb01c303f..9580e2b31 100644 --- a/README.md +++ b/README.md @@ -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)