no message

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9476 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-10-24 20:29:53 +00:00
commit 99bb3e07b7

View file

@ -1,6 +1,11 @@
Version 1.3.30 (in progress)
============================
10/24/2006: wsfulton
[C#] Fix smart pointer wrappers. The virtual/override/new keyword is not generated
for each method as the smart pointer class does not mirror the underlying pointer
class inheritance hierarchy. SF #1496535
10/24/2006: mgossage
[lua] added support for native methods & member function pointers.
fixed test cases arrays_dimensionless & cpp_basic. Added new example (functor).