From 99bb3e07b7eea316c2fa7753f5a9eecb311e256a Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 24 Oct 2006 20:29:53 +0000 Subject: [PATCH] no message git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9476 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index a20072578..f0ef5115d 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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).