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/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Reflection/ChangeLog b/mcs/class/corlib/System.Reflection/ChangeLog
index 5af04cb86cb..7507c93fd75 100644
--- a/mcs/class/corlib/System.Reflection/ChangeLog
+++ b/mcs/class/corlib/System.Reflection/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-02 Sebastien Pouliot <sebastien@ximian.com>
+
+ * Assembly.cs: Exclude CAS-specific code for NET_2_1
+
2009-04-30 Sebastien Pouliot <sebastien@ximian.com>
* Module.cs: Exclude GetSignerCertificate (Authenticode related)