[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Relaxng / ChangeLog
old mode 100644 (file)
new mode 100755 (executable)
index 19642be..2da640a
@@ -1,3 +1,19 @@
+2010-07-23  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RelaxngPattern.cs : inherit XmlResolver to parsed rng component.
+         Fixed bug #622630.
+
+2010-06-25  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RelaxngReader.cs : don't use Name, use LocalName. Fixed bug #617264.
+
+2009-02-23  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RelaxngValidatingReader.cs : implemented error recovery feature.
+         Use InvalidNodeFound event (of type RelaxngValidationEventHandler)
+         to handle validation error like ValidationEventHandler in
+         System.Xml.XmlSchema.
+
 2009-02-19  Atsushi Enomoto <atsushi@ximian.com>
 
        * XsdDatatypeProvider.cs : detect grammar-level error in type usage