From b83ff9cb2098c65c6f66738a1d93a86e2f981e47 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Thu, 4 Aug 2022 11:47:03 +0000 Subject: [PATCH] Add CHANGES note for [GL #3478] (cherry picked from commit 8eea655053e17def61815965d1bbb13bf03d3b53) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 70466f220c..3536565c8a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5935. [bug] Fix DiG lookup reference counting bug, which could + be observed in NSSEARCH mode. [GL #3478] + 5934. [func] Improve fetches-per-zone fetch limit logging to log the final allowed and spilled values of the fetch counters before the counter object gets destroyed.