aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cb3d35b..73398df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Version 3.1.0
+
+ C++/Hybrid
+
+ * Support for saving the object model to and loading it from binary
+ representations. The new --generate--insertion and --generate-extraction
+ options trigger generation of data representation stream insertion and
+ extraction operators, respectively. The XSD/e runtime provides support
+ for the ACE CDR streams and XDR API that is part of Sun RPC. Custom
+ representations can supported by implementing insertion and extraction
+ operators for the built-in XML Schema types and sequence templates. For
+ more information, see Chapter 7, "Binary Representation" in the Getting
+ Started Guide as well as examples in the examples/cxx/hybrid/binary/
+ directory.
+
Version 3.0.0
* The new Embedded C++/Hybrid mapping provides a light-weight, tree-