aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-01-16 06:34:10 +0000
committerRick Olson <technoweenie@gmail.com>2007-01-16 06:34:10 +0000
commit932e7b003ce77d9265e910cff63a17589b8c02a2 (patch)
treeabded6f5df11f28310449591d4aca83c81c04c6f /activeresource/CHANGELOG
parent56c55354661fcadecb1927fb62fb9038d16e9be1 (diff)
downloadrails-932e7b003ce77d9265e910cff63a17589b8c02a2.tar.gz
rails-932e7b003ce77d9265e910cff63a17589b8c02a2.tar.bz2
rails-932e7b003ce77d9265e910cff63a17589b8c02a2.zip
Mega documentation patches. #7025, #7069 [rwdaigle]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5962 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 44108fb8ce..1f30c14f6f 100644
--- a/activeresource/CHANGELOG
+++ b/activeresource/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Mega documentation patches. #7025, #7069 [rwdaigle]
+
* Base.exists?(id, options) and Base#exists? check whether the resource is found. #6970 [rwdaigle]
* Query string support. [untext, Jeremy Kemper]