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