From 5b1ef4189782ee3b526d2fa939ce093bec115dc4 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Tue, 18 Oct 2022 08:54:11 +0000 Subject: [PATCH] Add a CHANGES note for [GL #3584] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index db66391e2a..1c450972ee 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5998. [bug] The RecursClients statistics counter could overflow + in certain resolution scenarios. [GL #3584] + 5997. [cleanup] Less ceremonial UNEXPECTED_ERROR() and FATAL_ERROR() reporting macros. [GL !6914]