diff --git a/docs/index.html b/docs/index.html
index 50dea73..4b81636 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -672,6 +672,18 @@ were attributes, i.e. doc.child("xml").attribute("version").as_float()); corresp
+
8.02.2009 - v0.42
+Maintenance release. Changes:
+- Fixed deallocation in case of custom allocation functions or if delete[] / free are incompatible
+
- XPath parser fixed for incorrect queries (i.e. incorrect XPath queries should now always fail to compile)
+
- Added _API/_CLASS/_FUNCTION configuration macros to control class/function attributes
+
- Const-correctness fixes for find_child_by_attribute
+
- Improved compatibility (miscellaneous warning fixes, fixed cstring include dependency for GCC)
+
- Fixed iterator begin/end and print function to work correctly for empty nodes
+
- Added xml_attribute::set_value overloads for different types
+
+
+
@@ -718,7 +730,7 @@ OTHER DEALINGS IN THE SOFTWARE.
-Revised 8 February, 2009
+Revised 17 September, 2009
© Copyright Arseny Kapoulkine 2006-2009. All Rights Reserved.