diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index b5042ec02..01ae25162 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,17 @@ Version 1.3.22 (in progress) ================================== +05/31/2004: wsfulton + Fix for exception specifications that are references. Problem reported by + Oren Miller. Also improves the generated exception declarations in the + catch handler for pointers - a pointer is used instead of a reference to + a pointer. Added default throws typemaps for SWIGTYPE &, SWIGTYPE * and + SWIGTYPE[ANY] (Java and C#). + +05/31/2004: wsfulton + [Java, C#] Some minor typesafe enum improvements, including storing the name of + the enum item. The toSring() / ToString() methods are overridden to return this name. + 05/30/2004: wuzzeb (John Lenz) [Chicken] - Update how examples and the test suite are built.