aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice
diff options
context:
space:
mode:
authorLeon Breedt <bitserf@gmail.com>2005-03-20 07:31:50 +0000
committerLeon Breedt <bitserf@gmail.com>2005-03-20 07:31:50 +0000
commite2805207b71df948ed889ec9bac70b727bb0ffeb (patch)
treef692a3c52066745631a10176ec60b24c0e8ba422 /actionwebservice
parent75c304f82f7a5e8b061537cde6e605920c5d9b0b (diff)
downloadrails-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/CHANGELOG6
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