summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-09-17 18:29:58 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-09-17 18:29:58 +0000
commit2530e304a528c8db5f94e65bc03c023ac514e397 (patch)
treec1bf84fb5abe9b3ac4a61686d61be34b5cec77c3 /docs/index.html
parent27b7f61525048d84f48ad6c490cde614fe75db33 (diff)
Updated changelog once more
git-svn-id: http://pugixml.googlecode.com/svn/trunk@132 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 4b81636..0a76fdb 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -676,7 +676,7 @@ were attributes, i.e. doc.child("xml").attribute("version").as_float()); corresp
<dd>Maintenance release. Changes: <ul>
<li>Fixed deallocation in case of custom allocation functions or if delete[] / free are incompatible
<li>XPath parser fixed for incorrect queries (i.e. incorrect XPath queries should now always fail to compile)
-<li>Added _API/_CLASS/_FUNCTION configuration macros to control class/function attributes
+<li>Added PUGIXML_API/PUGIXML_CLASS/PUGIXML_FUNCTION configuration macros to control class/function attributes
<li>Const-correctness fixes for find_child_by_attribute
<li>Improved compatibility (miscellaneous warning fixes, fixed cstring include dependency for GCC)
<li>Fixed iterator begin/end and print function to work correctly for empty nodes