From 8428f13c58ea454271df1f666a165cf80bb431f7 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 26 May 2005 20:51:14 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7230 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 f7ca7b849..cbb463a2e 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,15 @@ Version 1.3.25 (In progress) ============================ +05/26/2005: wsfulton + %csmethodmodifiers can be applied to variables as well as methods now. + + %csmethodmodifiers will replace the virtual/new/override modifiers that SWIG thinks is + appropriate in addition to the default 'public'. This is necessary for some obscure cases + where SWIG might get the modifiers incorrect, for example with private inheritance. + + *** POTENTIAL INCOMPATIBILITY FOR C# MODULE *** + 05/25/2005: wsfulton Added missing constructors to std::pair wrappers (std_pair.i) for all languages.