diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-12-14 23:09:46 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-12-14 23:09:46 +0000 |
commit | 1ceccdeb7f86898a9e511e934ea6b0863d30590d (patch) | |
tree | 51df80c22b0ea40c7893e259884be2204339669e /activeresource/CHANGELOG | |
parent | f5c17790e1a16d92d29f60a5b308b3895e5b94c5 (diff) | |
download | rails-1ceccdeb7f86898a9e511e934ea6b0863d30590d.tar.gz rails-1ceccdeb7f86898a9e511e934ea6b0863d30590d.tar.bz2 rails-1ceccdeb7f86898a9e511e934ea6b0863d30590d.zip |
Added more specific exceptions for 400, 401, and 403 (all descending from ClientError so existing rescues will work) (closes #10326) [trek]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8390 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activeresource/CHANGELOG')
-rw-r--r-- | activeresource/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG index b02b6161e3..d3d20a68db 100644 --- a/activeresource/CHANGELOG +++ b/activeresource/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added more specific exceptions for 400, 401, and 403 (all descending from ClientError so existing rescues will work) #10326 [trek] + * Correct empty response handling. #10445 [seangeo] |