summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-10-14 19:25:13 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-10-14 19:25:13 +0100
commit1b5c4546baff28c7820cc45902841b7deb3e4872 (patch)
treebf41b1dea51b0118df9269341a5431eb9eafa12e
parentbba072d95d9a020b03f60026d5a3fae788a03b0b (diff)
downloadswig-1b5c4546baff28c7820cc45902841b7deb3e4872.tar.gz
Add v8 numeric change to changes file
-rw-r--r--CHANGES.current6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index ae2fb8ffe..9d4160d37 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,12 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.1.0 (in progress)
===========================
+2022-10-14: murillo128
+ [Javascript] #2109 Tweak unsigned long and unsigned long long typemaps
+ to create a v8::Number instead of v8::Integer if the value exceeds
+ the size of v8::Integer. Note that the v8::Number value will be
+ imprecise if the value is > MAX_SAFE_INTEGER.
+
2022-10-14: olly
[R] Arrange that destructors of local C++ objects in the wrapper
function get run on SWIG_fail (which calls Rf_error() which calls