From 6cfe2eb5ab357f41acd4b9faa0d4d124d18f2418 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/SWIG@824 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 3a926560d..79d91a9e5 100644 --- a/CHANGES +++ b/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: