Add defaults processor to readme/changelog

This commit is contained in:
Daniel Nelson 2020-05-22 11:48:49 -07:00
parent a7674b707b
commit f91d0833fb
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#### New Processors
- [defaults](/plugins/processors/defaults/README.md) - Contributed by @jregistr
- [filepath](/plugins/processors/filepath/README.md) - Contributed by @kir4h
#### Features

View File

@ -363,6 +363,7 @@ For documentation on the latest development code see the [documentation index][d
* [converter](/plugins/processors/converter)
* [date](/plugins/processors/date)
* [dedup](/plugins/processors/dedup)
* [defaults](/plugins/processors/defaults)
* [enum](/plugins/processors/enum)
* [filepath](/plugins/processors/filepath)
* [override](/plugins/processors/override)