Add C# -namespace symbol fix into CHANGES

This commit is contained in:
William S Fulton 2016-02-06 09:07:23 +00:00
commit 0cf59ff442

View file

@ -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.