[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / mono-xmltool / ChangeLog
index aff9e314e146ed903d7d5238a6c0f33a18fb5ced..d8190ca3e3f496e232b324d62ffdc6afce30c894 100644 (file)
@@ -1,3 +1,14 @@
+2009-03-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * xmltool.cs: added --validate-xsd2 option to validate with xsd
+         but with new validator in 2.0.
+
+2009-02-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * xmltool.cs : Enabled new error recovery feature in RELAX NG
+         validation. It should continue error reporting until the end of
+         the document.
+
 2009-02-19  Atsushi Enomoto  <atsushi@ximian.com>
 
        * xmltool.cs : call Compile() and detect relax ng grammar error