aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-27 14:10:42 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-27 14:10:42 +0000
commit04c7e82369f179918d6b4177bcb8121a294afd73 (patch)
tree6ff822c74f10cb115137ea5552f2f5a329fe4d41 /actionwebservice/CHANGELOG
parent55cb8c8f0d36b02a005ba784e5c4794c1d40d74a (diff)
downloadrails-04c7e82369f179918d6b4177bcb8121a294afd73.tar.gz
rails-04c7e82369f179918d6b4177bcb8121a294afd73.tar.bz2
rails-04c7e82369f179918d6b4177bcb8121a294afd73.zip
Made ready for the release of 0.11.1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1023 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r--actionwebservice/CHANGELOG5
1 files changed, 3 insertions, 2 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG
index 7e062fb682..8aa92ba880 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -1,7 +1,8 @@
-*0.7.0* (Unreleased)
+*0.6.2* (27th March, 2005)
* Allow method declarations for direct dispatching to declare parameters as well. We treat an arity of < 0 or > 0 as an indication that we should send through parameters. Closes #939.
-
+
+
*0.6.1* (22th March, 2005)
* Fix that method response QNames mismatched with that declared in the WSDL, makes SOAP::WSDLDriverFactory work against AWS again