aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDave Beazley <dave-swig@dabeaz.com>2000-09-20 04:32:21 +0000
committerDave Beazley <dave-swig@dabeaz.com>2000-09-20 04:32:21 +0000
commit2b75eaeb0973df5c25ab6e5d1af9a0124e95c876 (patch)
treea20c7a52dc33ab651822daf02163a89288fa0fa9 /CHANGES
parentb35f36854838e40a1ba2e972f14e2ae8eb0bec7f (diff)
downloadswig-2b75eaeb0973df5c25ab6e5d1af9a0124e95c876.tar.gz
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@865 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d2b185d88..462b674c8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@ 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).