From 87d5dff4a3b48661b80530442fcbcb83e29d8767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 23 Feb 2022 14:39:11 +0100 Subject: [PATCH] Add CHANGES entry for GL #3147 (cherry picked from commit 600f9010d28489f538b43887652b334d48d61b05) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 37b02c2ca9..0d588b81ee 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5814. [bug] The RecursClients statistics counter could underflow + in certain resolution scenarios. [GL #3147] + 5812. [func] Drop the artificial limit on the number of queries processed in a single TCP read callback. [GL #3141]