From f2945421988dbba328b3cad9953b68c7adc639b1 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 27 Jan 2023 11:21:47 +1300 Subject: [PATCH] Fix a couple of typos in CHANGES --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 773896b54..049f449c3 100644 --- a/CHANGES +++ b/CHANGES @@ -408,7 +408,7 @@ Version 4.1.0 (24 Oct 2022) 2022-07-07: jmarrec #1158 #2286 Add basic support for C++11 attributes. These are now - crudely ignored by SWIG's parser's tokeniser, which is better that + crudely ignored by SWIG's parser's tokeniser, which is better than failing with a parse error. 2022-07-05: ianlancetaylor @@ -728,6 +728,7 @@ Version 4.1.0 (24 Oct 2022) from a base class when the using declaration is declared before the method declaration. Problem occurred when within a namespace and the parameter types in the method signatures were not fully qualified. + 2022-03-05: ianlancetaylor [Go] Treat non-const references as pointers.