From 8336dd4c16d4885989a6d8f0c83a4b401f5cb63b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Apr 2009 12:22:38 +0200 Subject: 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 --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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 -- cgit v1.1