aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2008-02-09 22:21:55 +0000
committerMichael Koziarski <michael@koziarski.com>2008-02-09 22:21:55 +0000
commit5396b0f3b0c2f6a2afc4ab1af114123bc410cc4d (patch)
treee6b9d665528f28830f139881ebb4119f11a0a9f6 /activeresource/CHANGELOG
parent9e13b966f6fa19b19c34abfe29400b6f826e00c7 (diff)
downloadrails-5396b0f3b0c2f6a2afc4ab1af114123bc410cc4d.tar.gz
rails-5396b0f3b0c2f6a2afc4ab1af114123bc410cc4d.tar.bz2
rails-5396b0f3b0c2f6a2afc4ab1af114123bc410cc4d.zip
Use HEAD instead of GET inside exists? Closes #11062 [bscofield]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8827 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 89878aa214..cbb56c5609 100644
--- a/activeresource/CHANGELOG
+++ b/activeresource/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Use HEAD instead of GET in exists? [bscofield]
+
* Fix small documentation typo. Closes #10670 [l.guidi]
* find_or_create_resource_for handles module nesting. #10646 [xavier]