From 0df018da0d10dde1c3fecd09c1ed9aa3288541ec Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 6 Oct 2004 21:22:17 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6356 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.current b/CHANGES.current index 7f55c0685..79048ed31 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,10 @@ Version 1.3.23 (in progress) ============================ +10/06/2004: wsfulton + Fixes for default arguments used in directors - in virtual + methods and director constructors. + 10/06/2004: mmatus Fix the __cplusplus macro, and bug 1041170. Now it is working as supposed, ie, you can safetly use @@ -33,7 +37,7 @@ Version 1.3.23 (in progress) - line 582 in mzscheme.cxx was generating a segfault on imports.multicpptest, so I fixed it. -10/04/2004: wsfulton +10/05/2004: wsfulton Fixes for %extend and overloaded static methods with default arguments.