From d0d9eded5371c2e98bded00e753f2251deb4ea49 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 21 Mar 2005 22:43:50 +0000 Subject: [PATCH] no message git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7096 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.current b/CHANGES.current index 5a698f150..9cb79289a 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,7 +1,11 @@ Version 1.3.25 (In progress) ============================ -03/15/2005: wsfulton +03/21/2005: wsfulton + [Perl] SF #1124490. Fix Perl macro clashes when using Visual Studio's STL string, + so now projects can #include . + +03/21/2005: wsfulton Fixed %varargs which got broken with the recent default argument changes. Also works for Java and C# for the first time now.