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-07-13 18:36:57 +0400
committerJb Evain <jbevain@gmail.com>2010-07-13 18:36:57 +0400
commitaa35ea37733e4185ebb40ee272c8ff66e4c639c3 (patch)
tree70bb40fcf5f8569e7d0515532fc0e567f19af1c8 /mcs/class/System.Core/System.Linq/ChangeLog
parent02ff6c22768c7df7acfa7673f033b0d929bc1d2c (diff)
2010-07-13 Jb Evain <jbevain@novell.com>
backport of 160298. * Enumerable.cs (Except): fix HashSet.Contains call. Fixes #621911. svn path=/branches/mono-2-6/mcs/; revision=160299
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 4bf0dcaa06f..7610f3df4ab 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-13 Jb Evain <jbevain@novell.com>
+
+ backport of 160298.
+
+ * Enumerable.cs (Except): fix HashSet.Contains call.
+ Fixes #621911.
+
2010-06-22 Jb Evain <jbevain@novell.com>
backport of r159337.