summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-03-06 11:08:58 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-03-06 11:08:58 +0000
commit513ea736d3155989886b92e8a4bb1ee24e40a223 (patch)
treee00c9bc304aafdfe7acffd5251c84e7fccc6a053 /CHANGES.current
parentd007f35e05ee27ad1c454fe351bd9fc73df24065 (diff)
parent0b2d5ffa6ed4a7058518177cd3b3d7aa2ff6e357 (diff)
downloadswig-513ea736d3155989886b92e8a4bb1ee24e40a223.tar.gz
Merge branch 'array_fix'
* array_fix: add javascript_arays.i fix to changes file Convert javascript_arrays.i example into testcase Update .gitignore for java doxygen output Javascript code formatting corrections Fix Javascript arrays for modern node versions Fix for new SWIGV8_ARRAY_NEW definition Proper array typemaps in Javascript
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index b7cc4b1ea..c20d3640d 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.1.0 (in progress)
===========================
+2021-03-06: nshmyrev
+ #872 [Javascript] Various typemap issues in arrays_javascript.i fixed.
+
2021-03-03: vaughamhong
#577 [Javascript] Implemented SetModule/GetModule for JSC to allow type sharing
across modules.