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:
authorMarek Safar <marek.safar@gmail.com>2008-03-31 14:00:47 +0400
committerMarek Safar <marek.safar@gmail.com>2008-03-31 14:00:47 +0400
commite5f77a9ca85cf173f5179eb29e6bda59c9cf80be (patch)
treef5c3f987e916ee86708be36df2004f61b6b024dd /mcs/class/System.Core/System.Linq/ChangeLog
parentf044c95ceb2fb28bc4e27aac03c6d17e428a01e4 (diff)
2008-03-31 Marek Safar <marek.safar@gmail.com>
* Enumerable.cs: Use Math.Min and Math.Max where appropriate. svn path=/trunk/mcs/; revision=99403
Diffstat (limited to 'mcs/class/System.Core/System.Linq/ChangeLog')
-rw-r--r--mcs/class/System.Core/System.Linq/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Core/System.Linq/ChangeLog b/mcs/class/System.Core/System.Linq/ChangeLog
index 074eb0a7230..1f160338737 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-31 Marek Safar <marek.safar@gmail.com>
+
+ * Enumerable.cs: Use Math.Min and Math.Max where appropriate.
+
2008-03-27 Leonid Freydovich <leonidf@mainsoft.com>
* LambdaExpression.cs Add some TARGET_JVM specific code