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:
authorMartin Baulig <martin@novell.com>2005-04-29 13:19:47 +0400
committerMartin Baulig <martin@novell.com>2005-04-29 13:19:47 +0400
commitd2000a582b9740e0769c32051547279e61d1be65 (patch)
tree1d66a51df7a8b91799e6ed0043583a7d9d585040 /mcs/class/Mono.C5/ChangeLog
parent8307e07a13c83e0b59a56181b8b8e8dc83309ddc (diff)
2005-04-29 Martin Baulig <martin@ximian.com>
Reflect latest API changes. * Collections.cs (EnumerableBase): Explicitly implement System.Collections.IEnumerable.GetEnumerator(). * Makefile: Add `nowarn:169'. svn path=/trunk/mcs/; revision=43780
Diffstat (limited to 'mcs/class/Mono.C5/ChangeLog')
-rw-r--r--mcs/class/Mono.C5/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/Mono.C5/ChangeLog b/mcs/class/Mono.C5/ChangeLog
index 68380856e19..8b72cac63d8 100644
--- a/mcs/class/Mono.C5/ChangeLog
+++ b/mcs/class/Mono.C5/ChangeLog
@@ -1,3 +1,12 @@
+2005-04-29 Martin Baulig <martin@ximian.com>
+
+ Reflect latest API changes.
+
+ * Collections.cs (EnumerableBase): Explicitly implement
+ System.Collections.IEnumerable.GetEnumerator().
+
+ * Makefile: Add `nowarn:169'.
+
2004-11-26 Martin Baulig <martin@ximian.com>
* Makefile: Removed `NO_TEST = yes'.