aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-15 13:57:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-15 13:57:30 +0200
commit417548d2097c56d95cab7587cffeea7004d33117 (patch)
tree3cf3992be1c8c1cc23e651126115b3007c2006c2 /NEWS
parent85dbd31349b94a488669fd848cd947d9aa212e3f (diff)
Turn on union to enum synthesis for C++/Hybrid
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3ad834f..96dcb95 100644
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,10 @@ Version 3.2.0
and serialization code that works with both polymorphic and non-
polymorphic object models.
+ * XML Schema union types with members that are enumeration types are
+ automatically converted to equivalent enumeration types with a union
+ of all the member's enumerators.
+
Version 3.1.0
C++/Hybrid