From 10412a8dcf4c919f9eb0199cd6c45101930af53b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 5 Jan 2006 23:03:01 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8227 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index e1c242c05..1d313cb9a 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,16 @@ Version 1.3.28 (unreleased). =========================== +01/05/2006: wsfulton + Fix for %extend and static const integral types, eg: + + class Foo { + public: + %extend { + static const int bar = 42; + } + }; + 12/30/2005: mmatus - Add info for old and new debug options: