From f8952f732115d36a2b5f0c2a8a520f1ccd9db545 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Dec 2014 15:50:30 +0200 Subject: Update to new revision of genx Now by elements with empty content a closed immediately and attributes are no longer sorted. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6ae571e..0e58e03 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,13 @@ Version 3.3.0 C++/Serializer + * Elements with empty content are now closed immediately (for example, + ) rather than with a separate closing tag (for example, + ). + + * To improve serialization performance, attributes are not longer + sorted but rather written in the order that they were specified. + * Support for the fractionDigits facet for the decimal data type. * New functions, format() and precision(), allow changing of the -- cgit v1.1