diff options
author | Kent Sibilev <ksibilev@gmail.com> | 2006-08-23 09:34:46 +0000 |
---|---|---|
committer | Kent Sibilev <ksibilev@gmail.com> | 2006-08-23 09:34:46 +0000 |
commit | d37604f03ee9af7cf2d65ec2e1be986342a965c5 (patch) | |
tree | d15498a8460a37f8d1af65217ff7cd5acddb2ab3 /actionwebservice/CHANGELOG | |
parent | 8cbe22ab5155680fa0ef2da4321a4f291aaf78fe (diff) | |
download | rails-d37604f03ee9af7cf2d65ec2e1be986342a965c5.tar.gz rails-d37604f03ee9af7cf2d65ec2e1be986342a965c5.tar.bz2 rails-d37604f03ee9af7cf2d65ec2e1be986342a965c5.zip |
Fixed XMLRPC multicall when one of the called methods returns a struct object.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4810 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r-- | actionwebservice/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG index a389382c75..d0c3a0a73b 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed XMLRPC multicall when one of the called methods returns a struct object. [Kent Sibilev] + * Replace Reloadable with Reloadable::Deprecated. [Nicholas Seckar] * Fix invoke_layered since api_method didn't declare :expects. Closes #4720. [Kevin Ballard <kevin@sb.org>, Kent Sibilev] |