diff --git a/ChangeLog b/ChangeLog
index 750a9b9d..5390a0f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard
+
+ * doc/xml.html: added 2.3.6 release
+
Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard
* tree.c: fixed xmlStringGetNodeList() to handle charrefs
diff --git a/doc/xml.html b/doc/xml.html
index d127d036..d7662d74 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -1,5 +1,3 @@
-
The XML C library for Gnome
@@ -246,6 +244,19 @@ you want to test those
docs
+2.3.6: April 8 2001
+
+ - Code cleanup using extreme gcc compiler warning options, found and
+ cleared half a dozen potential problem
+ - the Eazel team found an XML parser bug
+ - cleaned up the user of some of the string formatting function. used the
+ trio library code to provide the one needed when the platform is missing
+ them
+ - xpath: removed a memory leak and fixed the predicate evaluation problem,
+ extended the testsuite and cleaned up the result. XPointer seems broken
+ ...
+
+
2.3.5: Mar 23 2001
- Biggest change is separate parsing and evaluation of XPath expressions,
@@ -1483,6 +1494,6 @@ Gnome CVS base under gnome-xml/example
Daniel Veillard
-$Id: xml.html,v 1.77 2001/03/25 17:23:49 veillard Exp $
+$Id: xml.html,v 1.78 2001/04/04 00:40:08 veillard Exp $