[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml / ChangeLog
index 581a69e3813044ef7567900891a64ef8156315e6..39e532f8624715281ce28314e8e1726645eb1a86 100644 (file)
@@ -1,3 +1,20 @@
+2009-01-20  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlDefaultReader.cs : remove bogus overrides that blocks normal
+         Read(). It was a design flaw in .NET.
+
+2004-06-25  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlDefaultReader.cs : Added novell's license (avoid confusion).
+
+2004-06-17  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlDefaultReader.cs : don't catch the exception.
+
+2004-02-25  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlDefaultReader.cs : Added support for IXmlLineInfo.
+
 2003-04-29  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
 
        * Started.