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>2004-11-12 23:16:22 +0300
committerMartin Baulig <martin@novell.com>2004-11-12 23:16:22 +0300
commit0095ea1d61e65a09d03efcb6d6356081245ce8be (patch)
tree65dc97f2fa1ff569aa2c70ce59300a7c429490db /mcs/class/Mono.C5/ChangeLog
parentf422c01dc4a8025b03e19bdc1100a4869834cfbf (diff)
2004-11-12 Martin Baulig <martin@ximian.com>
* Wrappers.cs: Added workaround for #69082. svn path=/trunk/mcs/; revision=36069
Diffstat (limited to 'mcs/class/Mono.C5/ChangeLog')
-rw-r--r--mcs/class/Mono.C5/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/Mono.C5/ChangeLog b/mcs/class/Mono.C5/ChangeLog
index 1f793cf1b9b..08587b4e45e 100644
--- a/mcs/class/Mono.C5/ChangeLog
+++ b/mcs/class/Mono.C5/ChangeLog
@@ -1,5 +1,7 @@
2004-11-12 Martin Baulig <martin@ximian.com>
+ * Wrappers.cs: Added workaround for #69082.
+
* linkedlists/LinkedList.cs: Added workaround for bug #57747.
2004-08-16 Martin Baulig <martin@ximian.com>