summaryrefslogtreecommitdiff
path: root/RELEASENOTES
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-29 13:35:37 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-29 13:35:37 +0100
commitbab51398053188a136effd155d7ed8f5d441908e (patch)
tree67109071c336c6bded34c28729c778433bf6e28f /RELEASENOTES
parentddf2e581b23efab340f6d9c908f9a07f1106f26b (diff)
downloadswig-bab51398053188a136effd155d7ed8f5d441908e.tar.gz
swig-3.0.9 release updatev3.0.9rel-3.0.9
Diffstat (limited to 'RELEASENOTES')
-rw-r--r--RELEASENOTES8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index 3f08074ab..48b00e97c 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -7,6 +7,14 @@ 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.9 summary:
+- Add support for Python's implicit namespace packages.
+- Fixes to support Go 1.6.
+- C++11 std::array support added for Java.
+- Improved C++ multiple inheritance support for Java/C# wrappers.
+- Various other minor fixes and improvements for C#, D, Go, Java,
+ Javascript, Lua, Python, R, Ruby, Scilab.
+
SWIG-3.0.8 summary:
- pdf documentation enhancements.
- Various Python 3.5 issues fixed.