summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-26 05:14:02 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-26 05:14:02 +0000
commit367e7c706b057b71c0cb0c2ede2bc18449b95338 (patch)
tree206a7bed9fd2810408d60c536941268b3231f5de /docs
parenta4aa658f63e91004ed05a593db224bce30a7b956 (diff)
Minor changelog fix
git-svn-id: http://pugixml.googlecode.com/svn/trunk@456 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html
index 4190286..2c710eb 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -758,11 +758,6 @@ were attributes, i.e. doc.child("xml").attribute("version").as_float()); corresp
<li>Unicode conversion optimizations
<li>Optimized debug mode parsing/saving by order of magnitude
</ul>
-<li>Major Unicode improvements:<ul>
-<li>Introduced encoding support (automatic/manual encoding detection on load, manual encoding selection on save, conversion from/to UTF8, UTF16 LE/BE, UTF32 LE/BE)
-<li>Introduced wchar_t mode (you can set PUGIXML_WCHAR_MODE define to switch pugixml internal encoding from UTF8 to wchar_t; all functions are switched to their Unicode variants)
-<li>Load/save functions now support wide streams
-</ul>
<li>Bug fixes / specification changes:<ul>
<li>Improved DOCTYPE parsing: now parser recognizes all well-formed DOCTYPE declarations
<li>Fixed as_uint() for large numbers (i.e. 2^32-1)