From f91d0833fb0c9240ec0d0049625f7ab7d27d7376 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Fri, 22 May 2020 11:48:49 -0700 Subject: [PATCH] Add defaults processor to readme/changelog --- CHANGELOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) 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)