svn path=/branches/mono-1-1-9/mcs/; revision=51207
[mono.git] / mcs / class / System.XML / Mono.Xml.Schema / ChangeLog
index 642cc01a17239156844ae9c7a8c594c8a8321b9a..9455b93d92d7b14663e12c2fc1ac6a378f6b4a70 100644 (file)
@@ -1,3 +1,16 @@
+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 :