From 6ea9eb687a782e8f8d363642c398907781bda09c Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Wed, 25 Mar 2020 13:16:00 +0100 Subject: [PATCH] Update changes --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index a75d24e2e..42bae4b82 100644 --- a/CHANGES +++ b/CHANGES @@ -20,6 +20,8 @@ Bugs fixed * #7370: autosummary: raises UnboundLocalError when unknown module given * #7367: C++, alternate operator spellings are now supported. * C, alternate operator spellings are now supported. +* #7368: C++, comma operator in expressions, pack expansion in template + argument lists, and more comprehensive error messages in some cases. Testing --------