From 7f70809d91d4aaaf739d96cf61b0246bcbc17d8c Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Fri, 5 May 2023 11:02:06 +0000 Subject: [PATCH] Add a CHANGES note for [GL #4044] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 7a6c458cae..a4915f76e3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6200. [bug] Fix nslookup erroneously reporting a timeout when the + input is delayed. [GL #4044] + 6198. [func] Remove the holes in the isc_result_t enum to compact the isc_result tables. [GL #4149]