Fix a couple of typos in CHANGES
This commit is contained in:
parent
1ee9af51a1
commit
f294542198
1 changed files with 2 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -408,7 +408,7 @@ Version 4.1.0 (24 Oct 2022)
|
||||||
|
|
||||||
2022-07-07: jmarrec
|
2022-07-07: jmarrec
|
||||||
#1158 #2286 Add basic support for C++11 attributes. These are now
|
#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.
|
failing with a parse error.
|
||||||
|
|
||||||
2022-07-05: ianlancetaylor
|
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
|
from a base class when the using declaration is declared before the method
|
||||||
declaration. Problem occurred when within a namespace and the parameter types
|
declaration. Problem occurred when within a namespace and the parameter types
|
||||||
in the method signatures were not fully qualified.
|
in the method signatures were not fully qualified.
|
||||||
|
|
||||||
2022-03-05: ianlancetaylor
|
2022-03-05: ianlancetaylor
|
||||||
[Go] Treat non-const references as pointers.
|
[Go] Treat non-const references as pointers.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue