From b8a16a73da5e7f04073fb3ebbb0ae41f6c6a4ac7 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Mon, 28 Apr 2003 18:49:41 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4717 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 4fa63cb38..7ee18efa1 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,5 +1,12 @@ Version 1.3.20 (In progress) ============================ +04/28/2003: beazley + Minor refinement of const static member variable handling + described in CHANGES 08/11/2002. Previously, SWIG merely + checked to see if there was an initializer in the declaration. + Now, SWIG additionally checks to make sure the static member + is const. + 04/25/2003: ljohnson (Lyle Johnson) [Ruby] Added a kind of limited support for multiple inheritance, activated using the -minherit command-line option. I've also updated