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:
authorAndrés G. Aragoneses <knocte@gmail.com>2010-03-25 02:02:52 +0300
committerAndrés G. Aragoneses <knocte@gmail.com>2010-03-25 02:02:52 +0300
commitd2ed53e64d7e3d33dca03e4c73976bf2f8729c4a (patch)
tree6a1b30a0a6a73f0c3c97103e442d86a0b412e515 /mcs/class/System.Core/System.Linq/ChangeLog
parent200e7a4377ab10bf923a5d63d245b61cb7aebd03 (diff)
2010-03-24 Andrés G. Aragoneses <knocte@gmail.com>
* SortSequenceContext.cs: Fix build, broken in r154156 by a typo in the last backport. svn path=/branches/mono-2-6/mcs/; revision=154181
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 daff4959c60..4da01b7582b 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-24 Andrés G. Aragoneses <knocte@gmail.com>
+
+ * SortSequenceContext.cs: Fix build, broken in r154156 by a
+ typo in the last backport.
+
2010-03-24 Jb Evain <jbevain@novell.com>
* SortSequenceContext.cs: Fix OrderByDescending stability.