diff --git a/CHANGES b/CHANGES index dcf18af4a0..67ad1f2265 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6373. [func] Offload the isc_http response processing to worker + thread. [GL #4680] + 6372. [func] Implement signature jitter for dnssec-policy. [GL #4554] 6371. [bug] Access to the trust bytes in the ncache data needed to diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 9812b77e46..cfbcc05c8d 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -33,7 +33,8 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- None. +- Querying the statistics channel no longer blocks the DNS communication + on the networking event loop. :gl:`#4680` Bug Fixes ~~~~~~~~~