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:
Diffstat (limited to 'mcs/class/System.XML/System.Xml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.XML/System.Xml.Schema/ChangeLog15
1 files changed, 0 insertions, 15 deletions
diff --git a/mcs/class/System.XML/System.Xml.Schema/ChangeLog b/mcs/class/System.XML/System.Xml.Schema/ChangeLog
index 9a53330afbe..17cefced3de 100644
--- a/mcs/class/System.XML/System.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/System.Xml.Schema/ChangeLog
@@ -1,18 +1,3 @@
-2006-01-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * XmlSchemaAttribute.cs, XmlSchemaElement.cs : AttributeSchemaType
- and ElementSchemaType were not working fine for anySimpleType.
- * XmlSchemaValidator.cs : When actual schema type was complex,
- schema types was not filled correctly. Modified some extra comments.
- * XmlSchemaSet.cs, XmlSchemaType.cs : removed extra MonoTODOs.
-
-2006-01-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * XmlAtomicValue.cs : it won't be implemented since there is no way
- to test it inside sys.xml. Thus remarked MonoTODO.
- * XmlSchemaDatatype.cs : implemented IsDerivedFrom(), which is however
- mostly useless.
-
2006-01-06 Atsushi Enomoto <atsushi@ximian.com>
* XmlSchemaSet.cs : Add() rollbacks IsCompiled to false.