From 16238102c7a5401dfcd669dc3423f5dc3ecd7338 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sun, 30 Jan 2022 11:10:16 +1300 Subject: [PATCH] Add CHANGES entry for #655 --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index feb058706..3fd325490 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.1.0 (in progress) =========================== +2022-01-29: fschlimb + #655 Better handling of using declarations. + 2022-01-29: dontpanic92 #676 Fix code generated for a C++ class with a non-capitalised name.