aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice
diff options
context:
space:
mode:
authorLeon Breedt <bitserf@gmail.com>2005-04-10 03:36:19 +0000
committerLeon Breedt <bitserf@gmail.com>2005-04-10 03:36:19 +0000
commita04fc268b769f9e38ebdec0674fc3c6ec57fef1c (patch)
tree83f44a4f78c57c77cb749fbca3b0bc30bce66d01 /actionwebservice
parent90720a26f60cc8d2efcf496385e1b1a3815933c7 (diff)
downloadrails-a04fc268b769f9e38ebdec0674fc3c6ec57fef1c.tar.gz
rails-a04fc268b769f9e38ebdec0674fc3c6ec57fef1c.tar.bz2
rails-a04fc268b769f9e38ebdec0674fc3c6ec57fef1c.zip
add missing public API change
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1124 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice')
-rw-r--r--actionwebservice/CHANGELOG9
1 files changed, 5 insertions, 4 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG
index a8e72cffc8..6cb8d5c15e 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -2,8 +2,10 @@
* 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
+* ActionWebService::API::Base#api_methods now returns a hash containing ActionWebService::API::Method objects
+ instead of hashes
+
+* 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
@@ -13,8 +15,7 @@
* Include backtraces in 500 error responses for failed request parsing, and remove "rescue nil" statements obscuring real errors for XML-RPC
-* Perform casting of struct members even if the structure is already of the correct type, so that the type we specify for
- the struct member is always the type of the value seen by the API implementation
+* Perform casting of struct members even if the structure is already of the correct type, so that the type we specify for the struct member is always the type of the value seen by the API implementation
*0.6.2* (27th March, 2005)