From fb8b627d44640a62bcf6886113b6f7bef2bb229b Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Thu, 28 Apr 2022 15:02:15 +0100 Subject: [PATCH] CHANGES entry for [GL !6219] [cleanup] Reduce struct padding in ADB address entries, and use a binary hash function to find addresses. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index b0e770e88c..152f0ff783 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5884. [cleanup] Reduce struct padding in ADB address entries, and use a + binary hash function to find addresses. [GL !6219] + 5883. [cleanup] Move netmgr/uv-compat.{c,h} to , so the compatibility libuv shims could be used outside the network manager. [GL !6199]