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-04-02 06:59:42 +0400
committerKral Ferch <kral@mono-cvs.ximian.com>2002-04-02 06:59:42 +0400
commitc9c678a115684be5e21eef53ffbfa21fc1c0e559 (patch)
tree337ab8ad6c703042726a2e9abe072140597c9f3d /mcs/class/System.XML/Test/ChangeLog
parent6f4821f77bd4e3643faffbe5787b165a1d62e759 (diff)
XmlTextWriter impls for WriteEndDocument and WriteFullEndElement.
svn path=/trunk/mcs/; revision=3546
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 12dac6c1af5..aafb75fbf88 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-01 Kral Ferch <kral_ferch@hotmail.com>
+
+ * XmlTextWriterTests.cs: Tests for WriteEndDocument and WriteFullEndElement.
+
2002-03-31 Kral Ferch <kral_ferch@hotmail.com>
* XmlTextWriterTests.cs: Tests for LookupPrefix, WriteBase64,