summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-02-28 22:05:03 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-02-28 22:05:03 +0000
commit5ed74fd19b7771ffa564c970fa5e1d496abad0a4 (patch)
tree2ee90f0877b3edec424f236299ca974a291906ee /CHANGES.current
parent1de4a3a8f6e536175bf7a14125ca2bf214bd28ba (diff)
downloadswig-5ed74fd19b7771ffa564c970fa5e1d496abad0a4.tar.gz
Add fix for bad constructor call crash to changes file
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 823d4754e..c5400b381 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-02-28: p2k
+ #969 [Javascript] v8/node - prevent crash calling a constructor without new keyword.
+
2021-02-28: alecmev
#405 #1121 [Javascript] Fix OUTPUT typemaps on methods that don't return void.
The output value is appended to the return value.