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-05-15 19:04:49 +0400
committerJb Evain <jbevain@gmail.com>2008-05-15 19:04:49 +0400
commita9083f3b8f46e6a5fef6c4b5c9e195f661a2b1c0 (patch)
tree4ccd0820985d4c2949bfdacb30fa528956487f2e /mcs/class/System.Core/System.Linq/ChangeLog
parent42cecd11663daf40f7dfd453b1d5faff33a56b64 (diff)
2008-05-15 Jb Evain <jbevain@novell.com>
* QueryableTransformer.cs, QueryableEnumerable.cs: coding style plus some good refactorings. svn path=/trunk/mcs/; revision=103287
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 2ec74c8520b..5fe5a8f2c1a 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-15 Jb Evain <jbevain@novell.com>
+
+ * QueryableTransformer.cs, QueryableEnumerable.cs: coding style plus
+ some good refactorings.
+
2008-05-15 Roei Erez <roeie@mainsoft.com>
* QueryableTransformer.cs: missed in the last commit.