From f774cba9582c801770d1dcf3261cbfee58bae67f Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 17 Jul 2000 18:31:40 +0000 Subject: [PATCH] New entry. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@582 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SWIG/CHANGES b/SWIG/CHANGES index beb2a0759..173ae7363 100644 --- a/SWIG/CHANGES +++ b/SWIG/CHANGES @@ -3,6 +3,10 @@ SWIG (Simplified Wrapper and Interface Generator) Version 1.3 Alpha 4 (not yet released) ====================================== +7/17/00 : ttn + Fixed NULL-input bug in parameter list handling. + Reported by Matthias Koeppe. + 7/12/00 : beazley Fixed memory leak in Python type-checking code. Reported by Keith Davidson. Bug #109379. @@ -28,7 +32,7 @@ Version 1.3 Alpha 4 (not yet released) This will almost certainly break *all* third party language modules that are not part of the main SWIG CVS tree. Sorry. *** POTENTIAL INCOMPATIBILITY *** - + 7/8/00 : beazley Removed the experimental and undocumented "build" typemap that was intended to work with multiple arguments. Simply too weird