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:
authorAtsushi Eno <atsushieno@gmail.com>2007-11-20 21:13:33 +0300
committerAtsushi Eno <atsushieno@gmail.com>2007-11-20 21:13:33 +0300
commit242bf8b8eaee3c2551f83efaccc9f43df921f364 (patch)
tree8461d15b885eb9af150a544c3bc14853db716804 /mcs/class/corlib/System.Reflection.Emit/ChangeLog
parent7a1388be44b42915121a8cd2ccb732fa4b94e917 (diff)
2007-11-20 Atsushi Enomoto <atsushi@ximian.com>
* GenericTypeParameterBuilder.cs : fixed regression. GenericParameterAttributes also needs some special care. svn path=/trunk/mcs/; revision=90008
Diffstat (limited to 'mcs/class/corlib/System.Reflection.Emit/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Reflection.Emit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Reflection.Emit/ChangeLog b/mcs/class/corlib/System.Reflection.Emit/ChangeLog
index f474d0402d9..1ac7303f0d6 100644
--- a/mcs/class/corlib/System.Reflection.Emit/ChangeLog
+++ b/mcs/class/corlib/System.Reflection.Emit/ChangeLog
@@ -1,5 +1,10 @@
2007-11-20 Atsushi Enomoto <atsushi@ximian.com>
+ * GenericTypeParameterBuilder.cs : fixed regression.
+ GenericParameterAttributes also needs some special care.
+
+2007-11-20 Atsushi Enomoto <atsushi@ximian.com>
+
* MethodBuilder.cs : implemented ContainsGenericParameters().
* GenericTypeParameterBuilder.cs : removed most of extra members
and added missing members for 2.0 API.