From fd1061968eeb57dd77825d4f9c2b7d6900aa21bd Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 23 May 2005 21:02:31 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7208 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 21cfd1206..d2cacecb2 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,15 @@ Version 1.3.25 (In progress) ============================ +05/23/2005: wsfulton + [C#] The 'new' modifier is now generated on the proxy method when a method in a derived + class is not polymorphic and the same method exists in the derived class (ie it hides + the base class' non-virtual method). + +05/23/2005: wsfulton + [Java, C#] Fixes to detection of covariant return types - when the class hierarchy is more + than 2 classes deep. + 05/21/2005: wsfulton [Java] std::wstring typemaps moved from std_string.i to std_wstring.i