From 16fbe33478d9790b1724a3538fff3bfecaf02fe1 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 2 Sep 2022 14:47:12 -0700 Subject: [PATCH] CHANGES for [GL #3522] (cherry picked from commit fdc35928ebc6e4373196d8956becd068cb019151) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index ddc05088fa..0f11d56a8a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5973. [bug] Fixed a possible invalid detach in UPDATE + processing. [GL #3522] + 5972. [bug] Gracefully handle when the statschannel HTTP connection gets cancelled during sending data back to the client. [GL #3542]