Update changelog and readme
This commit is contained in:
parent
a276ddfe97
commit
1f2cb85354
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue