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-11-14 18:58:19 +0300
committerJb Evain <jbevain@gmail.com>2009-11-14 18:58:19 +0300
commit7c15f2f524df4cba1020249415ee786ecd13e502 (patch)
tree4a887d0ee329d77d1dd571990957397db441eeb6 /mcs/class/System.Core/System.Linq/ChangeLog
parent17882f969c85685dfab1ca7a2587d0b7ce397331 (diff)
backport [146208:146210
svn path=/branches/mono-2-6/mcs/; revision=146212
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 29abb9ccc83..1555443e37f 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-14 Jb Evain <jbevain@novell.com>
+
+ * QueryableTransformer: adjust to latest ExpressionTransformer
+ changes.
+
2009-11-12 Eric Maupin <me@ermau.com>
* Enumerable.cs (ToLookup): Accept null keys.