Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2005-12-08 11:15:30 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-12-08 11:15:30 +0300
commit0b4965171dbe9128e65236443a56ec057859ba4b (patch)
tree86aeaf638b5b69c1b933a28e5d0be5ecd3090ac7 /mcs/class/System.XML/System.Xml.Schema/ChangeLog
parentfbfc34e58512cf1cb084e74c069cc1507d7eb961 (diff)
2005-12-08 Atsushi Enomoto <atsushi@ximian.com>
* XmlSchemaSet.cs : Turned out that it also has set_CompilationSettings. * XmlSchemaComplexType. : thus CompilationSettings is nullable, we have to check its existence. * XmlSchemaSetTests.cs : added set_CompilationSettings tests. svn path=/trunk/mcs/; revision=54098
Diffstat (limited to 'mcs/class/System.XML/System.Xml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.XML/System.Xml.Schema/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System.XML/System.Xml.Schema/ChangeLog b/mcs/class/System.XML/System.Xml.Schema/ChangeLog
index 7d0bd1def42..3c2394acacc 100644
--- a/mcs/class/System.XML/System.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/System.Xml.Schema/ChangeLog
@@ -1,5 +1,12 @@
2005-12-08 Atsushi Enomoto <atsushi@ximian.com>
+ * XmlSchemaSet.cs :
+ Turned out that it also has set_CompilationSettings.
+ * XmlSchemaComplexType. : thus CompilationSettings is nullable, we
+ have to check its existence.
+
+2005-12-08 Atsushi Enomoto <atsushi@ximian.com>
+
* XmlSchema.cs : Compile() are obsoleted in 2.0.
2005-12-08 Atsushi Enomoto <atsushi@ximian.com>