summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-01-27 11:21:47 +1300
committerOlly Betts <olly@survex.com>2023-01-27 11:21:47 +1300
commitf2945421988dbba328b3cad9953b68c7adc639b1 (patch)
tree8c25d5acbbe51e2b550fc5699143f3a63c1507d9 /CHANGES
parent1ee9af51a15fad75848f3f7c1c5e88995a7b0151 (diff)
downloadswig-f2945421988dbba328b3cad9953b68c7adc639b1.tar.gz
Fix a couple of typos in CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
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.