diff options
author | Leon Breedt <bitserf@gmail.com> | 2005-03-20 07:31:50 +0000 |
---|---|---|
committer | Leon Breedt <bitserf@gmail.com> | 2005-03-20 07:31:50 +0000 |
commit | e2805207b71df948ed889ec9bac70b727bb0ffeb (patch) | |
tree | f692a3c52066745631a10176ec60b24c0e8ba422 /actionwebservice | |
parent | 75c304f82f7a5e8b061537cde6e605920c5d9b0b (diff) | |
download | rails-e2805207b71df948ed889ec9bac70b727bb0ffeb.tar.gz rails-e2805207b71df948ed889ec9bac70b727bb0ffeb.tar.bz2 rails-e2805207b71df948ed889ec9bac70b727bb0ffeb.zip |
add missing entries
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@921 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice')
-rw-r--r-- | actionwebservice/CHANGELOG | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG index d75d400b91..8d0765ab73 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -1,4 +1,8 @@ -*0.7.0* (Unreleased) +*0.6.1* (Unreleased) + +* Fix that method response QNames mismatched with that declared in the WSDL, makes SOAP::WSDLDriverFactory work against AWS again + +* Fix that @request.env was being modified, instead, dup the value gotten from env * Fix XML-RPC example to use :layered mode, so it works again |