From e13749f138759b1653084eccf7dfdca71ee1465e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 7 Oct 2022 15:58:43 +0200 Subject: [PATCH] Add CHANGES note for [GL !6879] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 1e19cbab24..a8b6a2c6bd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5994. [func] Refactor the isc_httpd implementation used in the + statistics channel. [GL !6879] + 5993. [cleanup] Store dns_name_t attributes as boolean members of the structure. Remove DNS_NAMEATTR_* macros. Fix latent attribute handling bug in RBT. [GL !6902]