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>2006-01-13 06:47:20 +0300
committerAtsushi Eno <atsushieno@gmail.com>2006-01-13 06:47:20 +0300
commitff0343ec9a5ff32a6a8df8cdf23fc26a927f5b6e (patch)
tree15648faddfc7cc6d46c2f1f707e84522f4cd3f99 /mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
parentb9ce656f6d3bb1aed38739e789b0dd6adb71ce2b (diff)
2006-01-13 Atsushi Enomoto <atsushi@ximian.com>
merged 55290, 55291, 55309, 55359, 55360, 55364, 55371, 55414, 55415 and 55418 from trunk. svn path=/tags/mono-1-1-13/mcs/; revision=55476
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.XML/Mono.Xml.Schema/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
index 5bda8228106..a7074156a40 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-11 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlSchemaValidatingReader.cs : removed unused constructors.
+ Now it implements IXmlSchemaInfo. Use XmlSchemaType instead of
+ Object to represent schema types.
+
2006-01-06 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReader.cs :