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-02 16:08:49 +0400
committerJb Evain <jbevain@gmail.com>2008-05-02 16:08:49 +0400
commit386006bf22f7231306bca5e8681d6b77a50b99ed (patch)
tree19e29e3bc85d72e98e27975cb05c65159beb9072 /mcs/class/System.Core/System.Linq/ChangeLog
parentb8839cd21e515ccf5eebf0002d97e34fb613f2c8 (diff)
2008-05-02 Jb Evain <jbevain@novell.com>
* SortSequenceContext.cs (Compare): fix key equality case when there's a nested sort. svn path=/trunk/mcs/; revision=102323
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 907ca5f2c9c..910776f8c1b 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-02 Jb Evain <jbevain@novell.com>
+
+ * SortSequenceContext.cs (Compare): fix key equality case
+ when there's a nested sort.
+
2008-05-01 Jb Evain <jbevain@novell.com>
* SortDirection.cs, SortContext.cs, SortSequenceContext.cs: