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:
authorJb Evain <jbevain@gmail.com>2009-05-18 21:08:43 +0400
committerJb Evain <jbevain@gmail.com>2009-05-18 21:08:43 +0400
commit5877fe65ac8f86f4760b9e3655ba139b5fc61039 (patch)
tree4d870ff0cd2b12a4d4694050c860776bf73e92dc /mcs/class/System.Core/System.Linq/ChangeLog
parent530391a954ba1cfcdea819381ef200f9af224284 (diff)
2009-05-18 Jb Evain <jbevain@novell.com>
* Enumerable.cs (Max, Min): fix generic versions. svn path=/trunk/mcs/; revision=134333
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 7eb8faa5cec..734a0d07a31 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-18 Jb Evain <jbevain@novell.com>
+
+ * Enumerable.cs (Max, Min): fix generic versions.
+
2009-04-03 Jb Evain <jbevain@novell.com>
* Enumerable.cs (Cast): fix for when casted enumerator is already