diff options
author | Kent Sibilev <ksibilev@gmail.com> | 2007-01-24 08:05:33 +0000 |
---|---|---|
committer | Kent Sibilev <ksibilev@gmail.com> | 2007-01-24 08:05:33 +0000 |
commit | bb778fcf179fb440dc33c6446da72f0d95b58180 (patch) | |
tree | fe2cfffd2c0fad0b9aec1a1e4c05c42d05167228 /actionwebservice/CHANGELOG | |
parent | d5bd679340819d22c27d6074d01d05ba824c174c (diff) | |
download | rails-bb778fcf179fb440dc33c6446da72f0d95b58180.tar.gz rails-bb778fcf179fb440dc33c6446da72f0d95b58180.tar.bz2 rails-bb778fcf179fb440dc33c6446da72f0d95b58180.zip |
Allow action_web_service to handle various HTTP methods including GET
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6028 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 c243b6a343..7913609587 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Allow action_web_service to handle various HTTP methods including GET. Closes #7011. [zackchandler] + * Ensure that DispatcherError is being thrown when a malformed request is received. [Kent Sibilev] * Added support for decimal types. Closes #6676. [Kent Sibilev] |