summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2016-01-12 09:33:13 +1300
committerOlly Betts <olly@survex.com>2016-01-12 09:33:13 +1300
commitb3bedc210c723b29314688a87385797f7888fad3 (patch)
treefa22119445e050bac09d8bc449236be34961f90b /CHANGES.current
parent8b9a6d3c24cd6004f3114a27db395433f2f1ed4f (diff)
downloadswig-b3bedc210c723b29314688a87385797f7888fad3.tar.gz
[Javascript] For v8 >= 4.3.0, use V8_MAJOR_VERSION.
Fixes https://github.com/swig/swig/issues/561.
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 5872d6161..d925e5ffc 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.9 (in progress)
===========================
+2016-01-12: olly
+ [Javascript] For v8 >= 4.3.0, use V8_MAJOR_VERSION.
+ Fixes https://github.com/swig/swig/issues/561.
+
2016-01-10: ahnolds
Improved size_t and ptrdiff_t typemaps to support large values
on platforms where sizeof(size_t) > sizeof(unsigned long) and