From 39d67aea8ea07bcd2744ff74e9fc82218561cd15 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 14 Mar 2019 20:32:42 +0000 Subject: [PATCH] Add changes entry for Node V8 api changes --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 9e74e767e..3983829de 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.0 (in progress) =========================== +2019-03-14: mochizk + [Javascript] #1500 Fix compilation errors due to deprecating V8 API in Node.js. + New V8 API is used if node.js >= v10.12, or if V8 >= v7.0. + 2019-03-12: vadz [C#] #1495 Add std_set.i for std::set support.