From 342a5fc9cedad121b6c658c21d8e07801bd65828 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 10 Jun 2003 23:10:04 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4885 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 65f000f5a..8926370ee 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -35,8 +35,12 @@ Version 1.3.20 (In progress) [C#] cildispose and cildisposeoverride typemaps replaced by csdestruct_base and csdestruct_derived typemaps. The delete() method has been removed and its functionality put into these - typemaps designed for the Dispose method. - New typemaps: csfinalize for finalizers. + typemaps designed for the Dispose() method. + New typemaps csinterfaces_base and csinterfaces_derived replace + the javainterfaces typemap. Also fixes the peculiarity of all classes + in an inheritance chain individually deriving from the IDisposable + interface. + New typemap csfinalize for finalizers. 06/10/2003: Tiger Modified contract code for error message output.