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-06-05 11:55:34 +0400
committerAtsushi Eno <atsushieno@gmail.com>2008-06-05 11:55:34 +0400
commit3ef5ecc28d88f846547b5fcf305d1e4ca793294f (patch)
treec21bf9ff2055685cf2bf452ee9e68a6cac3a44d5 /mcs/class/System.XML/Test/System.Xml/ChangeLog
parent52913ae0bf9124809cf2e3746f28239d73c937ba (diff)
2008-06-05 Atsushi Enomoto <atsushi@ximian.com>
* XmlConvert.cs : now we can use roundtrip format for float/double. Fixed bug #320424. * XmlConvertTests.cs : added test for bug #320424. svn path=/trunk/mcs/; revision=104961
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/ChangeLog b/mcs/class/System.XML/Test/System.Xml/ChangeLog
index 993c6693437..a3e73717d9c 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-05 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlConvertTests.cs : added test for bug #320424.
+
2008-05-22 Atsushi Enomoto <atsushi@ximian.com>
* XmlReaderSettingsTests.cs : added test for bug #392385.