svn path=/branches/mono-1-1-9/mcs/; revision=51207
[mono.git] / mcs / class / System.XML / Mono.Xml.Schema / ChangeLog
index b17a941c45beabecfedf561b905eb293016b8962..9455b93d92d7b14663e12c2fc1ac6a378f6b4a70 100644 (file)
@@ -1,3 +1,21 @@
+2005-08-03  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * XsdValidationReader.cs: GetNamespacesInScope returns generic
+       IDictionary in .NET 2.0 Beta 2.
+       * XmlSchemaValidatingReader.cs: GetNamespacesInScope returns generic
+       IDictionary in .NET 2.0 Beta 2.
+
+2005-07-28  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XsdValidatingReader.cs : when xsi:schemaLocation could not be
+         resolved, it still does not raise error when corresponding schema
+         already exists.
+
+2005-05-05  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XsdValidatingReader.cs :
+         removed atomicName related 2.0 members (deprecated in beta2).
+
 2005-03-22  Atsushi Enomoto <atsushi@ximian.com>
 
        * XsdValidatingReader.cs : removed unused method which was warned.