*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8227 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f3b59d0059
commit
14da0d15d7
1 changed files with 10 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue