From f599358a2c894d0d9619ab04cc6b1e6b769cd50a Mon Sep 17 00:00:00 2001 From: Viranch Mehta Date: Tue, 19 Sep 2023 11:17:50 -0700 Subject: [PATCH] CHANGELOG entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f82be4..09608f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ * Fix crash bug when using the YamlProvider with a directory that contains a mix of split and non-split zone yamls. See https://github.com/octodns/octodns/issues/1066 +* Fix discovery of zones from different sources when there are multiple dynamic + zones. See https://github.com/octodns/octodns/issues/1068 ## v1.1.1 - 2023-09-16 - Doh! Fix that one little thing