aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/CHANGELOG
diff options
context:
space:
mode:
authorLeon Breedt <bitserf@gmail.com>2005-04-17 17:20:44 +0000
committerLeon Breedt <bitserf@gmail.com>2005-04-17 17:20:44 +0000
commitc11cc309fa7eb83f76237d022b119802bd7a4968 (patch)
tree631c7ee5922c8956d2cace6be5d9c4cd6dc31ef9 /actionwebservice/CHANGELOG
parent0591c53efde948fd49a00aa23bdfc2ca26fca434 (diff)
downloadrails-c11cc309fa7eb83f76237d022b119802bd7a4968.tar.gz
rails-c11cc309fa7eb83f76237d022b119802bd7a4968.tar.bz2
rails-c11cc309fa7eb83f76237d022b119802bd7a4968.zip
add backwards compatibility for the public API change made to #api_methods, as it is
being used in some apps. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1197 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r--actionwebservice/CHANGELOG3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG
index f9aaf225a6..7c07ed5368 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -4,8 +4,7 @@
* Add scaffolding via ActionController::Base.web_service_scaffold for quick testing using a web browser
-* ActionWebService::API::Base#api_methods now returns a hash containing ActionWebService::API::Method objects
- instead of hashes
+* ActionWebService::API::Base#api_methods now returns a hash containing ActionWebService::API::Method objects instead of hashes. However, ActionWebService::API::Method defines a #[]() backwards compatibility method so any existing code utilizing this will still work.
* 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