From 9e6e45877078d1ff2f9835901caea34761bb9f04 Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Fri, 17 Apr 2020 15:04:33 +0200 Subject: [PATCH] Updated changes --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 93c06e571..04646ca5a 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,7 @@ Bugs fixed * #7461: py domain: fails with IndexError for empty tuple in type annotation * #7461: autodoc: empty tuple in type annotation is not shown correctly +* C++, fix spacing issue in east-const declarations. Testing --------