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:
Diffstat (limited to 'mcs/class/corlib/System.Reflection/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Reflection/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Reflection/ChangeLog b/mcs/class/corlib/System.Reflection/ChangeLog
index 8a7945e688e..2ceab253beb 100644
--- a/mcs/class/corlib/System.Reflection/ChangeLog
+++ b/mcs/class/corlib/System.Reflection/ChangeLog
@@ -1,3 +1,12 @@
+
+Sat Jul 10 15:48:34 CEST 2004 Paolo Molaro <lupus@ximian.com>
+
+ * Modulec.s: return just name in ToString (bug #61287).
+
+2004-07-03 Zoltan Varga <vargaz@freemail.hu>
+
+ * Module.cs: Initialize FilterTypeName[IgnoreCase]. Fixes #61048.
+
2004-06-17 Gert Driesen <drieseng@users.sourceforge.net>
* Pointer.cs: remove serializable attribute to match MS.NET