*** empty log message ***

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

View file

@ -1,6 +1,10 @@
Version 1.3.25 (In progress)
============================
05/23/2005: wsfulton
Fixes for detecting virtual methods in %extend for the -fvirtual option and C# override and new
method modifiers.
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