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.