summaryrefslogtreecommitdiff
path: root/_posts/2010-07-11-pugixml-0.9-release.md
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2010-07-11-pugixml-0.9-release.md')
-rw-r--r--_posts/2010-07-11-pugixml-0.9-release.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/_posts/2010-07-11-pugixml-0.9-release.md b/_posts/2010-07-11-pugixml-0.9-release.md
new file mode 100644
index 0000000..8bbd7b4
--- /dev/null
+++ b/_posts/2010-07-11-pugixml-0.9-release.md
@@ -0,0 +1,12 @@
+---
+layout: post
+title: pugixml 0.9 release
+---
+
+pugixml-0.9 is out. This is a major release with lots of fixes/improvements (read the changelog for the details). The most important changes are:
+
+* Unicode support is completely reworked: now pugixml can be configured to use wchar_t instead of char for all string-based interfaces; also encoding conversion is performed during parsing/saving (with automatic encoding detection). All popular Unicode encodings are supported.
+* New version features a new documentation, with detailed description of library interface and behavior, more samples, quick-start guide and so on.
+* There are new functions for loading document from memory; they do not require the input buffer to be null-terminated. Old functions still work, but are deprecated and will be removed in the future version.
+
+Also there are a lot of other changes, including performance and memory consumption improvements.