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:
authorAtsushi Eno <atsushieno@gmail.com>2009-10-07 21:10:27 +0400
committerAtsushi Eno <atsushieno@gmail.com>2009-10-07 21:10:27 +0400
commit85da70956753fef6ba42d3f74f610ca1c0af3c25 (patch)
tree11b9cc1fc0ce18c3667ff35bfbec73b7b1a6e434 /mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/ChangeLog
parent6aa4158f65491114892b9d7cbd1182b63b9d62c5 (diff)
2009-10-07 Atsushi Enomoto <atsushi@ximian.com>
* WebMessageFormatter.cs : when they serialize Wrapped message, it first writes "root" and then the wrapper element. svn path=/trunk/mcs/; revision=143689
Diffstat (limited to 'mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/ChangeLog')
-rw-r--r--mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/ChangeLog b/mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/ChangeLog
index 79dabfbda8a..299ede8e73c 100644
--- a/mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/ChangeLog
+++ b/mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/ChangeLog
@@ -1,5 +1,10 @@
2009-10-07 Atsushi Enomoto <atsushi@ximian.com>
+ * WebMessageFormatter.cs : when they serialize Wrapped message, it
+ first writes "root" and then the wrapper element.
+
+2009-10-07 Atsushi Enomoto <atsushi@ximian.com>
+
* WebMessageFormatter.cs : JSON writer does not support namespace.
2009-09-02 Atsushi Enomoto <atsushi@ximian.com>