diff options
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 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] |