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:
authorSebastien Pouliot <sebastien@ximian.com>2004-06-17 22:09:09 +0400
committerSebastien Pouliot <sebastien@ximian.com>2004-06-17 22:09:09 +0400
commitd2adcc4530fffa66291cae13b2f356a724e45e83 (patch)
tree9548315a05ac0181e6ab6277d03b8254dbc47c5a /mcs/class/corlib/System/ChangeLog
parent77ed91f3cea87beba39f6f2b3590ca9c170445b3 (diff)
2004-06-17 Sebastien Pouliot <sebastien@ximian.com>
* Decimal.cs: Fixed regression in System.Data caused by the recent changes. Adapted (and moved) the code to correct the scale from SqlMoney. svn path=/trunk/mcs/; revision=29795
Diffstat (limited to 'mcs/class/corlib/System/ChangeLog')
-rw-r--r--mcs/class/corlib/System/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog
index 20534b8aaf6..5a6605907d9 100644
--- a/mcs/class/corlib/System/ChangeLog
+++ b/mcs/class/corlib/System/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-17 Sebastien Pouliot <sebastien@ximian.com>
+
+ * Decimal.cs: Fixed regression in System.Data caused by the recent
+ changes. Adapted (and moved) the code to correct the scale from
+ SqlMoney.
+
2004-06-17 Lluis Sanchez Gual <lluis@ximian.com>
* Activator.cs: In CreateInstance(), use Public|Instance if access binding