summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2022-03-15 09:36:29 -0700
committerIan Lance Taylor <iant@golang.org>2022-03-15 09:48:18 -0700
commit56b539e0e0aac18d982b42d2ca26f2f8a55208b8 (patch)
tree47773b7e9993d631fb4db10415838e36297e1c5b
parentdea0c3f0b245a52861a9a813b22b1fc9959c0dcc (diff)
downloadswig-56b539e0e0aac18d982b42d2ca26f2f8a55208b8.tar.gz
[Go] Add notes about recent Go-related changes.
-rw-r--r--CHANGES.current11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 350a3b433..b131dd6d6 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -33,6 +33,12 @@ Version 4.1.0 (in progress)
The methods added to the derived classes can now also be modified
via %feature and %rename.
+2022-03-08: ianlancetaylor
+ [Go] Treat a nil argument as a NULL pointer.
+
+2022-03-08: ianlancetaylor
+ [Go] Add documentation notes about thread local storage.
+
2022-03-08: olly
#1006 SWIG now copes with an interface filename specified on the
command line which contains a closing parenthesis `)`, and more
@@ -69,6 +75,11 @@ Version 4.1.0 (in progress)
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.
+
+2022-03-05: ianlancetaylor
+ In SWIG Go testsuite, fail test if "go build" fails.
2022-03-03: olly
#1901 #2223 SWIG should now always exit cleanly if memory