From 10279f540df1fd57d643b9018094b78fb204a97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 27 Jun 2023 09:05:46 +0200 Subject: [PATCH] Add CHANGES note for [GL #4223] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index a214ea184d..ce35066732 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6217. [func] The dns_badcache unit was refactored to use cds_lfht + instead of hand-crafted locked hashtable. [GL #4223] + 6216. [bug] Pin dns_request events to the originating loop to serialize access to the data. [GL #4086]