From d85fe418a8c7a074a5e985ff531724919ea0fceb Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sat, 22 Apr 2023 09:22:28 +1200 Subject: Add CHANGES.current entry --- CHANGES.current | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index f438fb647..afe7d8969 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,14 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.2.0 (in progress) =========================== +2023-04-21: mmomtchev + [Javascript] Fix naming of internal C++ helper for wrapping + variables for node to use the "getter" naming scheme rather + than the function wrapping one. In practice this didn't actually + cause problems because Node wrappers are always compiled as C++ + and the parameters are always different even if the names are + the same. + 2023-04-21: olly [PHP] Support INPUT,INOUT,OUTPUT for std::string&. -- cgit v1.2.1