summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-09-24 15:16:09 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-09-24 15:16:09 +0100
commitacc41e3ffff48da356acf64484ba05fce0ba5605 (patch)
treec6210efc7c8c1b5bba284a7a0a0d6017817f1a91 /CHANGES.current
parent561a1d843d5877ec06265a6dbc96eefef5d0a945 (diff)
downloadswig-acc41e3ffff48da356acf64484ba05fce0ba5605.tar.gz
Add missing Go improvements to changes file
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 9ab912b15..a118132f8 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,16 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.1.0 (in progress)
===========================
+2021-09-16: ianlancetaylor
+ [Go] Improved _cgo_panic implementation.
+
+2021-09-16: ianlancetaylor
+ [Go] Don't use crosscall2 for panicking. Instead rely on documented
+ and exported interfaces.
+
+2021-09-14: ianlancetaylor
+ [Go] Remove -no-cgo option (long unsupported in Go)
+
2021-05-04: olly
[PHP] #2014 Throw PHP exceptions instead of using PHP errors