Add CHANGES note for [GL #3252]

(cherry picked from commit a7cd0868a2)
This commit is contained in:
Ondřej Surý 2022-04-01 10:59:28 +02:00
parent 80a052aaf6
commit a7e8e43829
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41

View file

@ -66,6 +66,13 @@
6044. [bug] There was an "RSASHA236" typo in a log message.
[GL !7206]
5845. [bug] Refactor the timer to keep track of posted events
as to use isc_task_purgeevent() instead of using
isc_task_purgerange(). The isc_task_purgeevent()
has been refactored to purge a single event instead
of walking through the list of posted events.
[GL #3252]
5830. [func] Implement incremental resizing of isc_ht hash tables to
perform the rehashing gradually. [GL #3212]