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>2004-11-20 16:12:55 +0300
committerAtsushi Eno <atsushieno@gmail.com>2004-11-20 16:12:55 +0300
commitc1344cc1b47158310cf8fc14c15ddea1992abce2 (patch)
tree4e72ac95b527aa02a6ffbdbcdfd0620f7b53edad /mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
parent7bc98dd8bfe35e549cbe41c8de6c7a2934696a91 (diff)
2004-11-20 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReader.cs : quick fix for bug #69620. In some cases SchemaSet looks not compiled. Fixed one incorrect missing component handling. svn path=/trunk/mcs/; revision=36340
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 0274a37d410..aee1b3e3082 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-20 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XsdValidatingReader.cs : quick fix for bug #69620. In some cases
+ SchemaSet looks not compiled.
+ Fixed one incorrect missing component handling.
+
2004-11-08 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReader.cs : reuse NameTable on loading external schema.