From d007f35e05ee27ad1c454fe351bd9fc73df24065 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 3 Mar 2021 21:39:58 +0000 Subject: [PATCH] add JSC SetModule/GetModule enhancement to changes file --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 0f69796f2..b7cc4b1ea 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.1.0 (in progress) =========================== +2021-03-03: vaughamhong + #577 [Javascript] Implemented SetModule/GetModule for JSC to allow type sharing + across modules. + 2021-03-01: xantares, Oliver Buchtala, geographika #1040 Add support for building SWIG with CMake. See documentation in Windows.html.