diff --git a/CHANGES b/CHANGES index c483560dff..c872c16a8f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,12 @@ +6178. [func] Add support for the multi-signer model 2 (RFC 8901) when + using inline-signing. [GL #2710] + 6177. [placeholder] 6176. [test] Add support for using pytest & pytest-xdist to execute the system test suite. [GL #3978] 6175. [test] Fix the `upforwd` system test to be more reliable, - especially when using thread sanitizer. [GL #4069] 6174. [placeholder] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 179d7de495..53a5e83a96 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -20,6 +20,9 @@ Security Fixes New Features ~~~~~~~~~~~~ +- Add support for multi-signer model 2 (RFC 8901) when using + ``inline-signing``. :gl:`#2710` + - A new option to :any:`dnssec-policy` has been added, :any:`cdnskey`, that allows you to enable or disable the publication of CDNSKEY records. :gl:`#4050`