diff --git a/CHANGES.current b/CHANGES.current index f14dc24ad..3818bdf0b 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-05-15: erezgeva, eiselekd + [Lua, Perl, PHP, Tcl] #2275 #2276 Add argcargv.i library containing + (int ARGC, char **ARGV) multi-argument typemaps. + + Document this library in Typemaps.html. + 2022-05-04: wsfulton [C#] Add C# wchar_t * director typemaps diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index 57ef77087..dfa9f6101 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -419,6 +419,7 @@
  • The %include directive and library search path
  • C arrays and pointers