From a4b1fa50235c9f213fdaa0e5ad8d26580af4188a Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Fri, 11 Jun 2004 12:43:42 +0000 Subject: 2004-06-11 Sebastien Pouliot * DateTime.cs: Added a AddRoundedMilliseconds which use the "old Mono" rounding logic which worked for FromOADate (while the newer didn't). svn path=/trunk/mcs/; revision=29341 --- mcs/class/corlib/System/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mcs/class/corlib/System/ChangeLog') diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog index e55ab3bba9a..c4c08bc9c81 100644 --- a/mcs/class/corlib/System/ChangeLog +++ b/mcs/class/corlib/System/ChangeLog @@ -1,3 +1,8 @@ +2004-06-11 Sebastien Pouliot + + * DateTime.cs: Added a AddRoundedMilliseconds which use the "old Mono" + rounding logic which worked for FromOADate (while the newer didn't). + 2004-06-11 Martin Baulig * String.cs (Concat): Implemented the varargs version. -- cgit v1.2.3