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:
authorMiguel de Icaza <miguel@gnome.org>2002-04-25 02:18:01 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-04-25 02:18:01 +0400
commita87aabc7d34adc18b5c10705f2e1e016f441e98a (patch)
treedcb2000dc189a5895179311e14e7ff96d4dffbd4
parentf3f15ab21a13dbdbdde79b1ec4dfd3b0da2ee528 (diff)
Update ChangeLog
svn path=/trunk/mcs/; revision=4033
-rw-r--r--mcs/class/corlib/System/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog
index 3fa67ba26ad..78f3bda1665 100644
--- a/mcs/class/corlib/System/ChangeLog
+++ b/mcs/class/corlib/System/ChangeLog
@@ -1,3 +1,10 @@
+2002-04-22 Miguel de Icaza <miguel@ximian.com>
+
+ * ValueType.cs: Add Serializable attribute.
+
+ * String.cs: ifdef-out out the __arglist Concat function until I
+ add support for that to mcs.
+
2002-04-24 Patrik Torstensson <patrik.torstensson@labs2.com>
* AppDomain.cs (GetValue): usage of the correct icall (bug)