From dadb37699ff1177a9b2fe74b5677a5defcf453df Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 11 Jul 2000 19:41:47 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@567 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 358065081..a4051fa56 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,9 @@ SWIG (Simplified Wrapper and Interface Generator) Version 1.3 Alpha 4 (not yet released) ====================================== +7/10/00 : beazley + Changed internal data structures related to function parameters. + 7/10/00 : beazley Fixed some bugs related to the handling of the %name() directive and classes in the Tcl module. Problem reported by James Bailey.