*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7208 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-05-23 21:02:31 +00:00
commit fd1061968e

View file

@ -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