diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 6dee99c7f..0fa96d019 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,5 +1,10 @@ Version 1.3.20 (In progress) ============================ +11/30/2003: cheetah (William Fulton) + [Java] Fixed [ 766409 ] missing symbol SWIG_JavaThrowException during module load + SWIGs internal functions are all static as there is no need for different SWIG + generated modules to share any code at runtime. + 11/30/2003: beazley [Tcl] Added support for C++ pointers to members.