aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-01-17 00:46:32 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-01-17 00:46:32 +0000
commite00e6a29410e4ae75abc0480a4d79d07b29008a8 (patch)
tree4daed4701de72e45da4dfb431eeef120e764321a /activeresource/CHANGELOG
parentd38417fc02bc12f1182c0821eda6b58ef3b8ca5a (diff)
downloadrails-e00e6a29410e4ae75abc0480a4d79d07b29008a8.tar.gz
rails-e00e6a29410e4ae75abc0480a4d79d07b29008a8.tar.bz2
rails-e00e6a29410e4ae75abc0480a4d79d07b29008a8.zip
Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5967 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activeresource/CHANGELOG')
-rw-r--r--activeresource/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG
index 1f30c14f6f..70bc5675e2 100644
--- a/activeresource/CHANGELOG
+++ b/activeresource/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Interpret 422 Unprocessable Entity as ResourceInvalid. #7097 [dkubb]
+
* Mega documentation patches. #7025, #7069 [rwdaigle]
* Base.exists?(id, options) and Base#exists? check whether the resource is found. #6970 [rwdaigle]