New tests.
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Dispatcher / ChangeLog
index 30b93baca4b843b3c9f3e8ea98aa8672feecc907..e99209a6f13be4c03cc00fb8b4faf26d10e73762 100644 (file)
@@ -1,3 +1,32 @@
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * WebMessageFormatter.cs: use MOONLIGHT symbol to
+       disambiguate MonoTouch and Moonlight code.
+
+2009-10-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * JsonQueryStringConverter.cs
+         QueryStringConverter.cs
+         WebMessageFormatter.cs : add experimental monotouch build.
+
+2009-10-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebMessageEncoder.cs : use alwaysEmitTypeInformation to output
+         object __type.
+
+2009-10-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * JsonQueryStringConverter.cs : add custom body name support (used.
+         for AJAX). Handle string value (in very LAMESPEC way).
+       * WebMessageFormatter.cs : add custom body name support.
+         Slightly changed reply serialization.
+         Convert deserialized values using QueryStringConverter.
+
+2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebMessageFormatter.cs : revert and fix wrapper name change. XML
+         and JSON have different serialization.
+
 2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
 
        * WebMessageFormatter.cs : also fix wrapped message deserialization.