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:
authorSasha Kogan <sashak@mono-cvs.ximian.com>2008-05-06 19:45:01 +0400
committerSasha Kogan <sashak@mono-cvs.ximian.com>2008-05-06 19:45:01 +0400
commita4763e73c1c6c8ffaa21a7a0bb6cd9d7829383c9 (patch)
treed5b23d76e3dd63a7bfbef5e1c5aa8de322fa8110 /mcs/class/System.Core/System.Linq/ChangeLog
parent35e6d27939b46c7397332f769a6784feb7d4e8be (diff)
Queryable.cs (Average, GroupBy, Union): fix signatures to match MS API.
svn path=/trunk/mcs/; revision=102630
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 fa4bdb4754b..5b9e6f17395 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-06 Sasha Kogan <sashak@mainsoft.com>
+
+ * Queryable.cs (Average, GroupBy, Union): fix signatures to
+ match MS API.
+
2008-05-03 Jb Evain <jbevain@novell.com>
* Queryable.cs (OrderBy, OrderByDescending): fix signature and