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:
David Nadlinger 2011-04-23 13:34:19 +00:00
commit 11318bedff

View file

@ -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.