summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 318a243..9e7b878 100644
--- a/NEWS
+++ b/NEWS
@@ -77,6 +77,9 @@ Version 3.3.0
the schema grammar into an application and then use it to parse and
validate XML documents.
+ * New example, compression, shows how to compress an XML document during
+ serialization and decompress it during parsing using the zlib library.
+
* New example, custom/mixed, shows how to use type customization to parse
and serialize mixed content.