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-10-01 01:23:16 +0400
committerJb Evain <jbevain@gmail.com>2008-10-01 01:23:16 +0400
commitf615770859816026752073a34d700592c4a10b53 (patch)
tree290e3f4851c656cb0c6bb3240e6788f8fbeef871 /mcs/class/System.Core/System.Linq/ChangeLog
parentbd253ea443571666c82b7981a819fd4ab0d96097 (diff)
2008-09-30 Jb Evain <jbevain@novell.com>
* QueryableEnumerable.cs: fix ElementType. svn path=/trunk/mcs/; revision=114511
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 c855640e0cd..ee104e958b4 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-30 Jb Evain <jbevain@novell.com>
+
+ * QueryableEnumerable.cs: fix ElementType.
+
2008-09-28 Sebastien Pouliot <sebastien@ximian.com>
* Enumerable.cs: Add missing cast Average on IEnumerable<long?> to