From 2c419b7abc977bf3cd3392b5c84f3f4dfcd22f9d Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 25 Mar 2022 13:23:19 -0700 Subject: [PATCH] Add CHANGES note for [GL #3213] --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 5488b898e6..41b8cbfc88 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +5841. [bug] Refactor the address database: + - Use self-resizing hash tables, eliminating the + need to go into task-exclusive mode when resizing. + - Simplify reference counting of ADB objects + and the process for shutting down. [GL #3213] + 5840. [cleanup] Remove multiple application context use in dns_client unit. [GL !6041]