Update changelog

This commit is contained in:
Daniel Nelson
2018-05-23 14:30:55 -07:00
parent 7f93911f43
commit 44e3b9bee3
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
### New Processors
- [converter](./plugins/processors/converter/README.md) - Contributed by @influxdata
- [regex](./plugins/processors/regex/README.md) - Contributed by @44px
- [topk](./plugins/processors/topk/README.md) - Contributed by @mirath

View File

@@ -269,6 +269,7 @@ formats may be used with input plugins supporting the `data_format` option:
## Processor Plugins
* [converter](./plugins/processors/converter)
* [override](./plugins/processors/override)
* [printer](./plugins/processors/printer)
* [regex](./plugins/processors/regex)