aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-02 12:22:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-02 12:22:38 +0200
commit8336dd4c16d4885989a6d8f0c83a4b401f5cb63b (patch)
tree26ca613e7f3a3fe9fb75bf5bb3b65503661e0ebf /NEWS
parente4c22d3686da0e973e21eae0561c1169c0eeff36 (diff)
Add support for attributes with default and fixed values.
tests/cxx/hybrid/default: new test tests/cxx/hybrid/binary: update to test default and fixed values
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c4c7628..d868cae 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,11 @@ Version 3.1.0
Started Guide as well as examples in the examples/cxx/hybrid/binary/
directory.
+ * Support for attributes with default and fixed values. For details see
+ Section 4.3, "Attributes and Elements" in the Getting Started Guide.
+ Use the new --omit-default-attributes option to omit the attributes
+ with default and fixed values from serialized XML documents.
+
* New option, --custom-type, allows customization of the object model
classes. You have the option of either basing your custom implementation
on the generated version or providing your own implementation from