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>2008-09-02 15:40:07 +0400
committerAtsushi Eno <atsushieno@gmail.com>2008-09-02 15:40:07 +0400
commit63429439087e7888272fdc07b7b120dab829dba0 (patch)
tree8e492acc1969c0b3ec66a17e0fc6f543b1da5fe3 /mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
parented8c2e4d860456f7a5d8cec6b051882291b5065b (diff)
2008-09-02 Atsushi Enomoto <atsushi@ximian.com>
* XmlSchemaValidatingReader.cs : call EndValidation() only once. Fixed a bug additionally reported to #324606 (but wrong to attach). svn path=/trunk/mcs/; revision=112075
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 5808a35bb5d..eb631dcee22 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-02 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlSchemaValidatingReader.cs : call EndValidation() only once.
+ Fixed a bug additionally reported to #324606 (but wrong to attach).
+
2008-04-02 Atsushi Enomoto <atsushi@ximian.com>
* XsdParticleValidationState.cs : a choice with only empty particle