aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-12-16 15:50:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-12-16 15:50:30 +0200
commitf8952f732115d36a2b5f0c2a8a520f1ccd9db545 (patch)
tree4e3f8c9e3b948189e5a2e9a44eb7499db5eb8b5d /NEWS
parenta44a422fd0dcb9348ab3a9262b37e0e7f783b6ee (diff)
Update to new revision of genx
Now by elements with empty content a closed immediately and attributes are no longer sorted.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
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,
+ <foo x='y'/>) rather than with a separate closing tag (for example,
+ <foo x='y'></foo>).
+
+ * 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