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:
authorKral Ferch <kral@mono-cvs.ximian.com>2002-03-30 06:42:19 +0300
committerKral Ferch <kral@mono-cvs.ximian.com>2002-03-30 06:42:19 +0300
commit97a1576096fc746daf57657a5ae15facdcbb3d20 (patch)
tree9bf5fd0b7698a223b1896049e2b3ccbc20febd8e /mcs/class/System.XML/Test/ChangeLog
parent7816a48c1223e0f16c776c3d9ebd9d36d7455ffc (diff)
XmlLang and XmlSpace for XmlTextWriter.
svn path=/trunk/mcs/; revision=3508
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index 42b4f511fc1..0e70efae07d 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,5 +1,9 @@
2002-03-29 Kral Ferch <kral_ferch@hotmail.com>
+ * XmlTextWriterTests.cs: XmlLang and XmlSpace tests.
+
+2002-03-29 Kral Ferch <kral_ferch@hotmail.com>
+
* XmlTextWriterTests.cs: Working on Attributes.
2002-03-28 Duncan Mak <duncan@ximian.com>