diff --git a/CHANGELOG.md b/CHANGELOG.md index d0b77b388..c4cc59612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index fed4c06cd..3391a038e 100644 --- a/README.md +++ b/README.md @@ -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)