* MessageFormatter.cs: In the all-are-primitive case, serialize Args,
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters.Binary / ChangeLog
index ee43921d385605c41f02382d92acfe84940595e2..4f5b7186be382d66d1d3e57cdd21775350ddb3da 100755 (executable)
@@ -1,3 +1,8 @@
+2004-05-03  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * MessageFormatter.cs: In the all-are-primitive case, serialize Args, 
+         not OutArgs.
+
 2004-04-28  Lluis Sanchez Gual <lluis@ximian.com>
 
        * MessageFormatter.cs: Serialize Args, not OutArgs, like in MS.NET.