Redesign System/NumberFormatter to improve primitive numeric types ToString performance.
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
index 0f74c90ecd731680eccc31df746a8a6aed3a3d8c..595c7c87fc161e9230762d2b639dcce5d795ed11 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
+
+       * DecimalTest.cs, DoubleTest.cs: Add a few test cases as part of the
+         NumberFormatter redesign.
+
 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
 
        * AppDomainTest.cs: Add a test for #350530.