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-05-19 18:43:06 +0400
committerJb Evain <jbevain@gmail.com>2010-05-19 18:43:06 +0400
commit41791d06aee1e8d7b9a04eee51d1622640e4523b (patch)
tree744a8707177768ed15cbecd002ff9bee3fd779ad /mcs/class/System.Core/System.Linq/ChangeLog
parent7fafeb5b281b8566b2e0afb0596b28b538cebfa3 (diff)
2010-05-19 Jb Evain <jbevain@novell.com>
* Enumerable.cs: fix GroupBy to deal with a null key for the last group entry. Also fix GroupBy to properly throw ArgumentNullException. svn path=/branches/mono-2-6/mcs/; revision=157561
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 4da01b7582b..06ae63f9fa0 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-19 Jb Evain <jbevain@novell.com>
+
+ * Enumerable.cs: fix GroupBy to deal with a null key for the last
+ group entry. Also fix GroupBy to properly throw ArgumentNullException.
+
2010-03-24 Andrés G. Aragoneses <knocte@gmail.com>
* SortSequenceContext.cs: Fix build, broken in r154156 by a