From fdcbbc2a20198e975ba4f3bdfc1276ff3464542e Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Fri, 17 Mar 2023 12:05:59 +0000 Subject: [PATCH] CHANGES note for [GL !7696] [func] Add isc_histo_t general-purpose log-linear histograms, and use them for message size statistics. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 050f78e8cd..c7ac45f7a7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6139. [func] Add isc_histo_t general-purpose log-linear histograms, + and use them for message size statistics. [GL !7696] + 6138. [doc] Fix the DF-flag documentation on the outgoing UDP packets. [GL #3710]