From 884dea7531962b17ef843ac2175faa050e8b0758 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Apr 2014 12:57:06 +0200 Subject: Add support for ordered types, mixed content --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 54a956b..bb220b9 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,16 @@ Version 4.0.0 C++/Tree + * Support for ordered types. C++/Tree flattens nested compositors + which sometimes can result in loss of element ordering information + that could be significant to the application. Ordered types address + this problem. For more information, refer to Section 2.8.4, "Element + Order" in the C++/Tree Mapping User Manual. + + * Support for mixed content in ordered types. For more information, refer + to Section 2.13, "Mapping for Mixed Content Models" in the C++/Tree + Mapping User Manual. + * New option, --suppress-assignment, suppress the generation of copy assignment operators for complex types. If this option is specified, the copy assignment operators for such types are declared private -- cgit v1.1