From f6a16bbd4a842e45aa43a59b17bc945858beeeaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Witold=20Kr=C4=99cicki?= Date: Thu, 5 Apr 2018 20:12:47 +0200 Subject: [PATCH] libdns refactoring: CHANGES entry --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index d424804872..16fdf8b808 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +4920. [cleanup] Clean up libdns removing most of the backwards + compatibility wrappers. + 4919. [cleanup] Clean up the isc_hash_* namespace and leave only the FNV-1a hash implementation. [GL #178]