From d5d4f180217d38897b44ecbcd892dafe4a129a93 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sat, 17 Jun 2017 11:41:24 +1200 Subject: [PATCH] [Go] Fix Go callback example Fixes github #600, #955, #1000 --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 65180f4e0..584fa6cb8 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.0 (in progress) =========================== +2017-06-17: fabrice102 + [Go] Fix Go callback example. Fixes github #600, #955, #1000. + 2017-06-16: wsfulton Make sure warning and error messages are not split up by other processes writing to stdout at the same time.