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 20:21:15 +0300
committerAtsushi Eno <atsushieno@gmail.com>2006-01-13 20:21:15 +0300
commitf67469ac41a5154b9600a2b3b7f5e89dd5ea43cf (patch)
tree9309876d76b595792aafc235ee75c8e8e154e3a5 /mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
parentb23ee78bf19d2930207091291a23800a95bfb103 (diff)
2006-01-13 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReader.cs : whitespace nodes should be allowed inside empty or element-only content types. Fixed bug #77241. * XsdValidatingReaderTests.cs : test from bug #77241. svn path=/trunk/mcs/; revision=55523
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.XML/Mono.Xml.Schema/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
index a7074156a40..270f7f81d96 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-13 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XsdValidatingReader.cs : whitespace nodes should be allowed inside
+ empty or element-only content types. Fixed bug #77241.
+
2006-01-11 Atsushi Enomoto <atsushi@ximian.com>
* XmlSchemaValidatingReader.cs : removed unused constructors.