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/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Reflection/ChangeLog b/mcs/class/corlib/System.Reflection/ChangeLog
index 7c32d370a51..8859ba77b99 100644
--- a/mcs/class/corlib/System.Reflection/ChangeLog
+++ b/mcs/class/corlib/System.Reflection/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-09 Zoltan Varga <vargaz@gmail.com>
+
+ Backport of r122907.
+
+ * CustomAttributeData.cs (ToString): Applied patch from Leszek Ciesielski
+ <skolima@gmail.com>. Use DeclaringType.FullName instead of DeclaringType.Name.
+ Fixes #464830.
+
2008-11-17 Rodrigo Kumpera <rkumpera@novell.com>
* MonoField.cs (GetValue): Don't check for open generic types if the field