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: