summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2016-01-27 15:51:13 -0800
committerIan Lance Taylor <iant@golang.org>2016-01-27 15:51:13 -0800
commit15b75a74c5c11e4bbdf75f7b525e16c7cfc792f5 (patch)
tree9609041aa78cb37f49440e71d3d5b640347de880 /CHANGES.current
parent344d10935ec58b8a17a87734334af85219fb6b1d (diff)
downloadswig-15b75a74c5c11e4bbdf75f7b525e16c7cfc792f5.tar.gz
[Go] Ensure structs are properly packed between gc and GCC/clang.
From https://github.com/swig/swig/pull/262.
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index e114acd09..90297e917 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,9 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.9 (in progress)
===========================
+2016-01-27: steeve
+ [Go] Ensure structs are properly packed between gc and GCC/clang.
+
2016-01-12: olly
[Javascript] Look for "nodejs" as well as "node", as it's packaged
as the former on Debian.