From acc41e3ffff48da356acf64484ba05fce0ba5605 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 24 Sep 2021 15:16:09 +0100 Subject: [PATCH] Add missing Go improvements to changes file --- CHANGES.current | 10 ++++++++++ 1 file changed, 10 insertions(+) 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