MDL-52209 webservice: upgrade.txt tweak
authorDan Poltawski <dan@moodle.com>
Wed, 9 Dec 2015 09:45:13 +0000 (09:45 +0000)
committerDan Poltawski <dan@moodle.com>
Wed, 9 Dec 2015 09:45:13 +0000 (09:45 +0000)
webservice/upgrade.txt

index 9fc8059..f9a8c6a 100644 (file)
@@ -5,10 +5,10 @@ This information is intended for authors of webservices, not people writing webs
 
 === 3.1 ===
 
-* Zend_XmlRpc has been dropped from webservice_xmlrpc. Fault strings that were generated by
-  Zend_XmlRpc_XXX_Exception exceptions (i.e. 'Method "[methodname]" does not exist') are no longer used
-  which may display a different error message depending on the string returned by the getMessage()
-  method of the thrown exception.
+* The xmlrpc backend has changed, Zend_XmlRpc has been dropped and there might be slight differences in
+  responses. Fault strings that were generated by Zend_XmlRpc_XXX_Exception exceptions (i.e. 'Method
+  "[methodname]" does not exist') are no longer used which may display a different error message depending
+  on the string returned by the getMessage() method of the thrown exception.
 
 === 3.0 ===