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-11-07 15:56:29 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-11-07 15:56:29 +0300
commitd7e2e92951795a5c0063871af940364feb357c0b (patch)
tree695f65c49caafbebd8d3b22b1b44cf70d0f84af4 /mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
parentaa0acf396e1e234d407b70d9186450872fe972b2 (diff)
2005-11-07 Atsushi Enomoto <atsushi@ximian.com>
* XmlValueGetter.cs, XmlSchemaValidator.cs, XmlSchemaException.cs, XmlSchemaAttribute.cs : Updated API to match 2.0 RTM. Most of the changes are related to XmlValueGetter change. * XsdValidatingReader.cs, XmlSchemaValidatingReader.cs, XsdIdentityState.cs : Dependent changes caused by XmlValueGetter changes. * xsdtest.cs : updated to match 2.0 RTM API. svn path=/trunk/mcs/; revision=52650
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 2baded72c31..6df07e6dee0 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
@@ -1,5 +1,11 @@
2005-11-07 Atsushi Enomoto <atsushi@ximian.com>
+ * XsdValidatingReader.cs, XmlSchemaValidatingReader.cs,
+ XsdIdentityState.cs :
+ Dependent changes caused by XmlValueGetter changes.
+
+2005-11-07 Atsushi Enomoto <atsushi@ximian.com>
+
* XsdValidatingReader.cs : XmlReader.ReadTypedValue() does not exist
anymore, so it is not override.