From 5ccb28d6d8f752ffebccc7ebb9a19504e4c42a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 15 Mar 2022 21:59:46 +0100 Subject: [PATCH] Add CHANGES note for [GL #3212] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index ea963e9e01..5a2da04616 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5830. [func] Implement incremental resizing of isc_ht hash tables to + perform the rehashing gradually. [GL #3212] + 5829. [func] Refactor and simplify isc_timer API in preparation for further refactoring on top of network manager loops. [GL #3202]