Added missing entry for char enum fix in D to CHANGES.current.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12642 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1dcc81fced
commit
11318bedff
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@ Version 2.0.4 (in progress)
|
|||
Fixed PyVarObject_HEAD_INIT to eliminate VC++ compiler errors about
|
||||
static initialization of struct members with pointers.
|
||||
|
||||
2011-04-10: klickverbot
|
||||
[D] Fixed wrapping of enums that are type char, for example:
|
||||
enum { X = 'X'; } (this was already in 2.0.3 for C# and Java)
|
||||
|
||||
2011-04-10: klickverbot
|
||||
[D] nspace: Fixed referencing types in the root namespace when
|
||||
not in split proxy mode.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue