From 5498a3b9c9b64286eabb7461abceed5929f0dffa Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 12 Sep 2022 16:37:19 -0700 Subject: [PATCH] CHANGELOG entry for global processors --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78685f6..aaa9128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ * Now that it's used as it needed to be YamlProvider overrides Provider.supports and just always says Yes so that any dynamically registered types will be supported. +* Support for configuring global processors that apply to all zones with + `manager.processors` ## v0.9.18 - 2022-08-14 - Subzone handling