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>2010-03-24 20:42:15 +0300
committerJb Evain <jbevain@gmail.com>2010-03-24 20:42:15 +0300
commit200e7a4377ab10bf923a5d63d245b61cb7aebd03 (patch)
treee55a74631b9bfe114901ae796e1228bd8180b715 /mcs/class/System.Core/System.Linq/ChangeLog
parent50b69c2387e0ec80afa529f9819e2f1114bee542 (diff)
2010-03-24 Jb Evain <jbevain@novell.com>
* SortSequenceContext.cs: Fix OrderByDescending stability. Based on a patch by Richard Kiene <richard.kiene@logos.com>. backport of r154154. svn path=/branches/mono-2-6/mcs/; revision=154156
Diffstat (limited to 'mcs/class/System.Core/System.Linq/ChangeLog')
-rw-r--r--mcs/class/System.Core/System.Linq/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System.Core/System.Linq/ChangeLog b/mcs/class/System.Core/System.Linq/ChangeLog
index 1555443e37f..daff4959c60 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-24 Jb Evain <jbevain@novell.com>
+
+ * SortSequenceContext.cs: Fix OrderByDescending stability.
+ Based on a patch by Richard Kiene <richard.kiene@logos.com>.
+
+ backport of r154154.
+
2009-11-14 Jb Evain <jbevain@novell.com>
* QueryableTransformer: adjust to latest ExpressionTransformer