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>2009-01-22 18:05:35 +0300
committerJb Evain <jbevain@gmail.com>2009-01-22 18:05:35 +0300
commita560d612bf942d56b78a50fbec2f2c2a8f2233ae (patch)
treef520cc9b82d2d3a5e04e135e67353410f2775886 /mcs/class/System.Core/System.Linq/ChangeLog
parentf853e0e603257f43c8260be67eb12d74724b846e (diff)
2009-01-22 Jb Evain <jbevain@novell.com>
* Enumerable.cs (SequenceEqual): make sure we dispose enumerators. svn path=/trunk/mcs/; revision=124212
Diffstat (limited to 'mcs/class/System.Core/System.Linq/ChangeLog')
-rw-r--r--mcs/class/System.Core/System.Linq/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Core/System.Linq/ChangeLog b/mcs/class/System.Core/System.Linq/ChangeLog
index 83dd763af20..b3c572ea65f 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,5 +1,9 @@
2009-01-22 Jb Evain <jbevain@novell.com>
+ * Enumerable.cs (SequenceEqual): make sure we dispose enumerators.
+
+2009-01-22 Jb Evain <jbevain@novell.com>
+
* Enumerable.cs: optimize Last for lists.
2009-01-15 Jb Evain <jbevain@novell.com>