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 19:02:52 +0300
committerZoltan Varga <vargaz@gmail.com>2008-03-06 19:02:52 +0300
commitcf69e4437f0932581693e5ee6615802f2b68cceb (patch)
tree1e159e516b4be823e18228df62bad594e615a61d /mcs/class/corlib/System.Reflection.Emit/ChangeLog
parent0684329681c20f3b43358fa3b0e768af23ed9349 (diff)
2008-03-06 Zoltan Varga <vargaz@gmail.com>
* AssemblyBuilder.cs: Define GetManifestModule () for net 2.0 bootstrap too. svn path=/trunk/mcs/; revision=97533
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 5af0b4d1560..dfb7e864424 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>
+ * AssemblyBuilder.cs: Define GetManifestModule () for net 2.0 bootstrap too.
+
* DynamicMethod.cs: Create a dynamic assembly to hold the anon hosted methods.
* DynamicMethod.cs: Add net 3.5 ctor overloads.