From 86f3cba8546df226316d9329837c0d33fe54fbfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondr=CC=8Cej=20Sury=CC=81?= Date: Tue, 8 Nov 2022 09:53:23 +0100 Subject: [PATCH] Add CHANGES note for [GL !6790] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 9efded88ab..50bc9dcf5c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6014. [func] Add isc_hashmap API implementation that implements + Robin Hood hashing. The API requires the keys to + be stored with the stored value. [GL !6790] + 6013. [bug] Fix a crash that could happen when you change a dnssec-policy zone with NSEC3 to start using inline-signing. [GL #3591]