From 67e7402e2fc6ee6aa8af98b713c40e152d8ef1bc Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Mon, 4 Sep 2000 01:54:30 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@824 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SWIG/CHANGES b/SWIG/CHANGES index 3a926560d..79d91a9e5 100644 --- a/SWIG/CHANGES +++ b/SWIG/CHANGES @@ -2,6 +2,10 @@ SWIG (Simplified Wrapper and Interface Generator) Version 1.3 Alpha 4 (not yet released) ====================================== +9/3/00 : beazley + Added $typemap variable to typemaps. This gets replaced with a string + indicating the typemap that is applied. Feature request from rsalz. + 9/3/00 : beazley Experimental optimization to code generation for virtual member functions. If you have two classes like this: