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>2008-08-08 12:41:14 +0400
committerJb Evain <jbevain@gmail.com>2008-08-08 12:41:14 +0400
commit8d8a72bb90140ab403a0e9e134ae95d2c87cc6bc (patch)
tree9cf22d88160b7a152c7fbe3e48064d1838e1d09e /mcs/class/System.Core/System.Linq/ChangeLog
parent3c28c0d5678a54dcdc644255870bddba7457bc3a (diff)
fix #415644
svn path=/trunk/mcs/; revision=109948
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 739fc36e2d9..60e32f89a2e 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-08 Jb Evain <jbevain@novell.com>
+
+ * Enumerable.cs (Take): fix not too consume an uneeded item from
+ the source enumerable. Fix #415644.
+
2008-07-24 Marek Safar <marek.safar@gmail.com>
* Enumerable.cs (First): Optimized.