From 575ac1c170cbfb9de6ced5f9e7075b928d4a4227 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 25 May 2014 00:01:24 +0100 Subject: [PATCH] Add 3.0.1 release notes summary --- RELEASENOTES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASENOTES b/RELEASENOTES index 949f58e38..542ff4b10 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -4,6 +4,14 @@ and CHANGES files. Release Notes ============= +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