From 82029dfd3bda831bdb091c6d2bc87bda6d29c3a0 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 12 Jul 2000 20:06:09 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@574 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SWIG/CHANGES b/SWIG/CHANGES index a4051fa56..beb2a0759 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/12/00 : beazley + Fixed memory leak in Python type-checking code. Reported by + Keith Davidson. Bug #109379. + 7/10/00 : beazley Changed internal data structures related to function parameters.