summaryrefslogtreecommitdiff
path: root/RELEASENOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASENOTES')
-rw-r--r--RELEASENOTES20
1 files changed, 20 insertions, 0 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index 949f58e38..2aff1d265 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -4,6 +4,26 @@ and CHANGES files.
Release Notes
=============
+SWIG-3.0.4 summary:
+- Python regression fix when wrapping C++ default arguments.
+- Improved error messages.
+
+SWIG-3.0.3 summary:
+- Add support for C++11 strongly typed enumerations.
+- Numerous bug fixes and minor enhancements for C#, D, Go, Java,
+ Javascript, PHP, Perl and Python wrappers.
+
+SWIG-3.0.2 summary:
+- Bug fix during install and a couple of other minor changes.
+
+SWIG-3.0.1 summary:
+- Javascript module added. This supports JavascriptCore (Safari/Webkit),
+ v8 (Chromium) and node.js currently.
+- A few notable regressions introduced in 3.0.0 have been fixed - in
+ Lua, nested classes and parsing of operator <<.
+- The usual round of bug fixes and minor improvements for:
+ C#, GCJ, Go, Java, Lua, PHP and Python.
+
SWIG-3.0.0 summary:
- This is a major new release focusing primarily on C++ improvements.
- C++11 support added. Please see documentation for details of supported