summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-12-27 19:31:18 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-12-27 19:31:18 +0000
commit56dd5a0dbb121f37b58916ec430bedc71b380d50 (patch)
tree3b049e04b05b8bb4b8113dc9a04c3a8863d7645e
parent01fa85bda77b42655655aed9fbb7eb59466a395e (diff)
downloadswig-56dd5a0dbb121f37b58916ec430bedc71b380d50.tar.gz
Add release notes
-rw-r--r--CHANGES.current2
-rw-r--r--RELEASENOTES6
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 53ec34e54..fb34290be 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -228,7 +228,7 @@ Version 3.0.11 (in progress)
2016-09-12: xypron
[C#] Patch #786 Keyword rename to be CLS compliant by adding an underscore
- suffix instead of an underscore suffix to the C symbol name. Please use an explicit
+ suffix instead of an underscore prefix to the C symbol name. Please use an explicit
%rename to rename the symbol with a _ prefix if you want the old symbol name.
*** POTENTIAL INCOMPATIBILITY ***
diff --git a/RELEASENOTES b/RELEASENOTES
index 080bb6066..2c79ab9a1 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -7,6 +7,12 @@ Release Notes
Detailed release notes are available with the release and are also
published on the SWIG web site at http://swig.org/release.html.
+SWIG-3.0.11 summary:
+- PHP 7 support added.
+- C++11 alias templates and type aliasing support added.
+- Minor fixes and enhancements for C# Go Guile Java Javascript Octave
+ PHP Python R Ruby Scilab XML.
+
SWIG-3.0.10 summary:
- Regression fixes for smart pointers and importing Python modules.