diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog index 3fa67ba26ad7a..78f3bda166567 100644 --- a/mcs/class/corlib/System/ChangeLog +++ b/mcs/class/corlib/System/ChangeLog @@ -1,3 +1,10 @@ +2002-04-22 Miguel de Icaza + + * 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 * AppDomain.cs (GetValue): usage of the correct icall (bug)