summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-27 20:08:31 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-27 20:08:31 +0000
commit80dc1495162ed4746c8db08e5931109393c29546 (patch)
tree48f6c2fa9731a26c0848f7c27b477eb94a707bdf /docs
parent49f0028e1a8232700792936fe09bf94d4a2f46ee (diff)
docs: Updated changelog
git-svn-id: http://pugixml.googlecode.com/svn/trunk@546 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.txt1
-rw-r--r--docs/manual.qbk3
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/changes.txt b/docs/changes.txt
index 5329f69..5d62116 100644
--- a/docs/changes.txt
+++ b/docs/changes.txt
@@ -30,6 +30,7 @@
Compatibility:
parse() and as_utf16 are left for compatibility (these functions are deprecated and will be removed in pugixml-1.0)
Wildcard functions, document_order/precompute_document_order functions, format_write_bom_utf8 and parse_wnorm_attribute flags are deprecated and will be removed in version 1.0
+ xpath_type_t enumeration was renamed to xpath_value_type
8.11.2009 - v0.5
Major bugfix release. Changes:
diff --git a/docs/manual.qbk b/docs/manual.qbk
index 7fe940f..e46756e 100644
--- a/docs/manual.qbk
+++ b/docs/manual.qbk
@@ -82,7 +82,8 @@ Version 0.9:
* Compatibility:
# parse() and as_utf16 are left for compatibility (these functions are deprecated and will be removed in pugixml-1.0)
- # Wildcard functions, document_order/precompute_document_order functions, format_write_bom_utf8 and parse_wnorm_attribute flags are deprecated and will be removed in version 1.0
+ # Wildcard functions, document_order/precompute_document_order functions, format_write_bom_utf8 and parse_wnorm_attribute flags are deprecated and will be removed in version 1.0
+ # xpath_type_t enumeration was renamed to xpath_value_type
[endsect] [/changelog]