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:
authorLeonid Freydovich <leonidf@mono-cvs.ximian.com>2008-03-27 18:44:08 +0300
committerLeonid Freydovich <leonidf@mono-cvs.ximian.com>2008-03-27 18:44:08 +0300
commit2f2417c33dcf6aa06e2547e6b58e238dc30ccc62 (patch)
tree94aed4248110aca9e63a5a41f2ac01fd34c91220 /mcs/class/System.Core/System.Linq/ChangeLog
parent37872c4a3799a3a00f079c81c4b1c9433955effc (diff)
Add some TARGET_JVM specific code.
svn path=/trunk/mcs/; revision=99132
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 bc3ee5eef7c..074eb0a7230 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-27 Leonid Freydovich <leonidf@mainsoft.com>
+
+ * LambdaExpression.cs Add some TARGET_JVM specific code
+
2008-02-09 Miguel de Icaza <miguel@novell.com>
* Enumerable.cs (ToDictionary): Implement this overload.