aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-01-24 02:40:32 +0000
committerRick Olson <technoweenie@gmail.com>2007-01-24 02:40:32 +0000
commitf49e449ed5d140b63f30ac046826f81c04e8333d (patch)
tree7821ff304545f96a5cca25e3edff81caea2db3ad /activeresource/CHANGELOG
parent0eb8398cfa6d4abf20c85fa59fa1a284dd992172 (diff)
downloadrails-f49e449ed5d140b63f30ac046826f81c04e8333d.tar.gz
rails-f49e449ed5d140b63f30ac046826f81c04e8333d.tar.bz2
rails-f49e449ed5d140b63f30ac046826f81c04e8333d.zip
Carry over the convenience of #create from ActiveRecord. Closes #7340. [Ryan Daigle]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6025 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 71d9067dc9..f62bce33a1 100644
--- a/activeresource/CHANGELOG
+++ b/activeresource/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Carry over the convenience of #create from ActiveRecord. Closes #7340. [Ryan Daigle]
+
* Increase ActiveResource::Base test coverage. Closes #7173, #7174 [Rich Collins]
* Interpret 422 Unprocessable Entity as ResourceInvalid. #7097 [dkubb]