From 11318bedff6a4fe533143a2b7d13835d7600fb69 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sat, 23 Apr 2011 13:34:19 +0000 Subject: [PATCH] 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 --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 6e0c648a5..ccf11cd7f 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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.