From c4594d8d3cc5334cb07d98c49ae9bc1a4278fef0 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Mon, 10 Jul 2000 03:19:31 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@552 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/SWIG/CHANGES b/SWIG/CHANGES index 36dce113a..3a38048ba 100644 --- a/SWIG/CHANGES +++ b/SWIG/CHANGES @@ -3,6 +3,17 @@ SWIG (Simplified Wrapper and Interface Generator) Version 1.3 Alpha 4 (not yet released) ====================================== +7/9/00 : beazley + Implementation of SWIG no longer makes use of C++ operator overloading. + 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 + to keep around. Besides, a better replacement is in the works. + 7/6/00 : ttn Removed non-"with-smobs" functionality (Guile support), i.e., "-with-smobs" is now the default and no longer needs to be