aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-08-20 18:57:35 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-08-20 18:57:35 +0100
commitdfcc11042fae445d88d7ff7b4d47af9f57a70ad3 (patch)
tree56796ded4d8d0077f551dd4015f90ea6e4a8c73d
parent6925ec796b9d10412b836917b69edbc29d9dc1d5 (diff)
downloadswig-dfcc11042fae445d88d7ff7b4d47af9f57a70ad3.tar.gz
Add %native Javascript to changes file
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 6ae17df9c..08de31868 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.0.1 (in progress)
===========================
+2019-08-20: TekuConcept
+ [Javascript] #1535 Add %native support to Javascript.
+
2019-08-20: bkotzz
[Java] #1616 Add SWIG_JavaIllegalStateException to support throwing
java.lang.IllegalStateException from JNI code.