From a16a599a43c536c3d82a93ade0b44fc4425d2d32 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 5 May 2009 21:03:25 +0000 Subject: [PATCH] minor formatting mod git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11205 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.current b/CHANGES.current index 506ba08be..20e8decad 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,7 @@ Version 1.3.40 (in progress) [Java, C#] Add the 'notderived' attribute to the javabase and csbase typemaps. When this attribute is set, the typemap will not apply to classes that are derived from a C++ base class, eg + %typemap(csbase, notderived="1") SWIGTYPE "CommonBase" 2009-04-29: olly