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 17:56:14 +0300
committerJb Evain <jbevain@gmail.com>2009-01-22 17:56:14 +0300
commitf470193a890d77c982619abe5969ea67e9fbb6d8 (patch)
tree5a0ef4642e1cfde139f392b4b786dd750257936b /mcs/class/System.Core/System.Linq/ChangeLog
parentbc0513683f2d370c78aa74f6251f69aa2d9b600b (diff)
2009-01-22 Jb Evain <jbevain@novell.com>
* Enumerable.cs: optimize Last for lists. svn path=/trunk/mcs/; revision=124210
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 c1611bc0b53..83dd763af20 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-22 Jb Evain <jbevain@novell.com>
+
+ * Enumerable.cs: optimize Last for lists.
+
2009-01-15 Jb Evain <jbevain@novell.com>
* Lookup.cs: propage the appropriate comparer for the lookup.