From dfccfc9361358413624f39a3fd1a21d025d5ee48 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 15 Sep 2021 01:48:04 -0700 Subject: [PATCH] CHANGES for [GL #88] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 037478cae6..7583a8a7ac 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5732. [cleanup] Remove dns_lib_init() and _shutdown() and + ns_lib_init() and _shutdown() functions, as they + no longer served any useful purpose. [GL #88] + 5731. [bug] Do not allow defining "http" clauses named "default". [GL #2925]