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-14 12:18:50 +0400
committerJb Evain <jbevain@gmail.com>2010-07-14 12:18:50 +0400
commit3a79ccf17838b6b1d0806cb123428ee065d3d30f (patch)
treedc83a261e84e47c65426b868fc9ffd38f02e39cf
parentf98d614f76d15c0e108573b924b13b22ceb3663b (diff)
svn path=/branches/mono-2-6/mcs/; revision=160340
-rw-r--r--mcs/class/System.Core/System.Linq/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/class/System.Core/System.Linq/ChangeLog b/mcs/class/System.Core/System.Linq/ChangeLog
index 873df16da20..166938b5200 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,10 +1,12 @@
2010-07-14 Jb Evain <jbevain@novell.com>
+ backport of r160338.
+
* Enumerable.cs (Union): fix HashSet.Contains call.
2010-07-13 Jb Evain <jbevain@novell.com>
- backport of 160298.
+ backport of r160298.
* Enumerable.cs (Except): fix HashSet.Contains call.
Fixes #621911.