* CustomAttributeTypedArgument.cs (.ctor): Convert arrays into a collection of CustomAttributeTypedArguments to match MS. svn path=/trunk/mcs/; revision=96099
@@ -1,3 +1,8 @@
+2008-02-18 Zoltan Varga <[email protected]>
+
+ * CustomAttributeTypedArgument.cs (.ctor): Convert arrays into a collection of
+ CustomAttributeTypedArguments to match MS.
2008-02-10 Gert Driesen <[email protected]>
* Assembly.cs: Use icall for ToString/FullName. Fixes bug #318231.