From 31516a34baaa3a90a9aa0bd1bb72f451ba2bc3d2 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 20 Sep 2000 04:32:21 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@865 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SWIG/CHANGES b/SWIG/CHANGES index d2b185d88..462b674c8 100644 --- a/SWIG/CHANGES +++ b/SWIG/CHANGES @@ -3,6 +3,11 @@ SWIG (Simplified Wrapper and Interface Generator) Version 1.3 Alpha 5 =================== +9/19/00 : beazley + [Python] Python module generates more efficient code for + creating the return value of a wrapper function. Modification + suggested by Jon Travis. + 9/19/00 : beazley Library files specified with the -l option are now included at the end of the interface file (reverting to the old behavior).