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:
authorZoltan Varga <vargaz@gmail.com>2008-03-06 18:31:00 +0300
committerZoltan Varga <vargaz@gmail.com>2008-03-06 18:31:00 +0300
commit77174b1233b36eb7c71deedc02654e6c32739301 (patch)
tree4d7d39c833717458b456c118104773ea44c6a9d8 /mcs/class/corlib/System.Reflection.Emit/ChangeLog
parent60484ec8cc460ef162d1e74e68b6b9e40a56a96e (diff)
2008-03-06 Zoltan Varga <vargaz@gmail.com>
* DynamicMethod.cs: Create a dynamic assembly to hold the anon hosted methods. svn path=/trunk/mcs/; revision=97530
Diffstat (limited to 'mcs/class/corlib/System.Reflection.Emit/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Reflection.Emit/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Reflection.Emit/ChangeLog b/mcs/class/corlib/System.Reflection.Emit/ChangeLog
index 7a87e7babd7..5af0b4d1560 100644
--- a/mcs/class/corlib/System.Reflection.Emit/ChangeLog
+++ b/mcs/class/corlib/System.Reflection.Emit/ChangeLog
@@ -1,5 +1,7 @@
2008-03-06 Zoltan Varga <vargaz@gmail.com>
+ * DynamicMethod.cs: Create a dynamic assembly to hold the anon hosted methods.
+
* DynamicMethod.cs: Add net 3.5 ctor overloads.
* ModuleBuilder.cs (RegisterToken): New icall.