summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-02-06 09:07:23 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-02-06 09:07:23 +0000
commit0cf59ff44213888e648cd80973def5ace8b92c41 (patch)
treecb7ae2d6a3ba00967ca9af1818916e8c7d95da40 /CHANGES.current
parent1458326f4c93de3f3413e4963ff047dc6823e9d8 (diff)
downloadswig-0cf59ff44213888e648cd80973def5ace8b92c41.tar.gz
Add C# -namespace symbol fix into CHANGES
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 2a0017822..c80a4936c 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,14 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.9 (in progress)
===========================
+2016-02-06: pjohangustavsson
+ [C#] Fix duplicate symbol problems when linking the source generated
+ from multiple SWIG modules into one shared library for the -namespace
+ option. The namespace is now mangled into the global PInvoke function
+ names.
+
+ *** POTENTIAL INCOMPATIBILITY ***
+
2016-01-27: steeve
[Go] Ensure structs are properly packed between gc and GCC/clang.