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:
Diffstat (limited to 'mcs/class/System.Core/System.Linq/ChangeLog')
-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.