diff options
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r-- | actionwebservice/CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG index 38f01eb52e..a8e72cffc8 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -2,6 +2,9 @@ * Add scaffolding via ActionController::Base.web_service_scaffold for quick testing using a web browser +* The :layered dispatching mode can now be used with SOAP as well, allowing you to support SOAP and XML-RPC + clients for APIs like the metaWeblog API + * Remove ActiveRecordSoapMarshallable workaround, see #912 for details * Generalize casting code to be used by both SOAP and XML-RPC (previously, it was only XML-RPC) |