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>2010-06-22 16:15:13 +0400
committerJb Evain <jbevain@gmail.com>2010-06-22 16:15:13 +0400
commit455a746c96aa4da2e87e0e925f81e31dbd45030c (patch)
treee667ac0e6f6613be6d3cb2c86725ce9f86d8a0b4 /mcs/class/System.Core/System.Linq/ChangeLog
parent90d3d5cfff6c4a12d6884690681523d01e0f8074 (diff)
2010-06-22 Jb Evain <jbevain@novell.com>
backport of r159329. * QueryableEnumerable.cs: override ToString. svn path=/branches/mono-2-6/mcs/; revision=159330
Diffstat (limited to 'mcs/class/System.Core/System.Linq/ChangeLog')
-rw-r--r--mcs/class/System.Core/System.Linq/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.Core/System.Linq/ChangeLog b/mcs/class/System.Core/System.Linq/ChangeLog
index 54857b85c1a..241eb4d889a 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-22 Jb Evain <jbevain@novell.com>
+
+ backport of r159329.
+
+ * QueryableEnumerable.cs: override ToString.
+
2010-05-25 Jb Evain <jbevain@novell.com>
backport of r157831.