From ea80e643f795270ff6940f5447f21491e34a2c67 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 1 Jul 2022 11:50:23 +1000 Subject: [PATCH] Add CHANGES note for [GL #3429] (cherry picked from commit d935ead14b47200f2a572e4c7011812b0debbd6d) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 1df0150d87..ea395d9559 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5915. [bug] Detect missing closing brace (}) and computational + overflows in $GENERATE directives. [GL #3429] + 5911. [bug] Update HTTP listener settings on reconfiguration. [GL #3415]