From ff006a1730b47e9d53d652b64c1a11c687729783 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Thu, 27 Aug 2020 14:36:12 +0200 Subject: [PATCH] Add change entry and release note for #1748 --- CHANGES | 2 ++ doc/notes/notes-current.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index dab53ecf51..6690e18f49 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +5501. [func] Log CDS/CDNSKEY publication. [GL #1748] + 5500. [bug] Fix (non-)publication of CDS and CDNSKEY records. [GL #2103] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 3106a6414b..11f959a908 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -29,6 +29,8 @@ New Features from the parent. Replaces the time-based ``parent-registration-delay`` configuration option. [GL #1613] +- Log when ``named`` adds a CDS/CDNSKEY to the zone. [GL #1748] + Removed Features ~~~~~~~~~~~~~~~~