From 08c8df5fdd4aa8f3b466c16785b15a22a96add27 Mon Sep 17 00:00:00 2001 From: Oliver Buchtala Date: Tue, 30 Sep 2014 22:20:06 +0200 Subject: [PATCH] Announced changes after merging #195 and #216. --- CHANGES.current | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.current b/CHANGES.current index ee85b0cf3..5300f3c15 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,12 @@ See the RELEASENOTES file for a summary of changes in each release. Version 3.0.3 (in progress) =========================== +2014-09-30: oliverb + [Javascript] Merge patch #216 by Richie765 - Added support for many versions of v8 javascript. + +2014-09-30: oliverb + [Javascript] Merge patch #195 by zittix - Fixed JSClassRef declaration not using the static one. + 2014-09-27: wsfulton Patch #208 - Initialise newly created array when using array_functions in the carrays.i library (C++ usage). @@ -60,9 +66,6 @@ Version 3.0.3 (in progress) Issue an error for unknown SWIG preprocessor directives, rather than quietly ignoring them. Reported by jrhelsey in issue#217. -2014-08-23: richie765 - [Javascript] Added support for a variety of V8 versions - 2014-08-15: talby [Perl] Include guard fix for nested modules from Anthony Heading (SF Patch #350).