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>2008-05-03 02:58:46 +0400
committerJb Evain <jbevain@gmail.com>2008-05-03 02:58:46 +0400
commitdf6203c6561c04aedd83ef40933ffc30fda74dfe (patch)
tree9380905a830998d2f9e52bfdad4159f2f1ec5069 /mcs/class/System.Core/System.Linq/ChangeLog
parent224c24a1456f63e7a103fd34bec29a8150d1b78c (diff)
2008-05-03 Jb Evain <jbevain@novell.com>
* Queryable.cs (OrderBy, OrderByDescending): fix signature and properly return a IOrderedQueryable<>. svn path=/trunk/mcs/; revision=102401
Diffstat (limited to 'mcs/class/System.Core/System.Linq/ChangeLog')
-rw-r--r--mcs/class/System.Core/System.Linq/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.Core/System.Linq/ChangeLog b/mcs/class/System.Core/System.Linq/ChangeLog
index 910776f8c1b..fa4bdb4754b 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-03 Jb Evain <jbevain@novell.com>
+
+ * Queryable.cs (OrderBy, OrderByDescending): fix signature and
+ properly return a IOrderedQueryable<>.
+
2008-05-02 Jb Evain <jbevain@novell.com>
* SortSequenceContext.cs (Compare): fix key equality case