diff --git a/CHANGES b/CHANGES index 98eca3480b..8ca7f9e5fd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6380. [func] Queries and responses now emit distinct dnstap entries + for DoT and DoH. [GL #4523] + 6379. [bug] A QP iterator bug could result in DNSSEC validation failing because the wrong NSEC was returned. [GL #4659] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 2f71c587d2..0fd1bb9137 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -26,6 +26,9 @@ New Features - A new DNSSEC tool :iscman:`dnssec-ksr` is added to create Key Signing Request (KSR) and Signed Key Response (SKR) files. :gl:`#1128` +- Queries and responses now emit distinct dnstap entries for DoT and DoH. + :any:`dnstap-read` understands DoH and DoT entries. :gl:`#4523` + Removed Features ~~~~~~~~~~~~~~~~