aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-12-05 15:14:40 +0000
committerMarcel Molina <marcel@vernix.org>2007-12-05 15:14:40 +0000
commited69b38afaa5a4703864dc007399ab05613bb5d2 (patch)
tree370de400a8b60c082e9faf822f849e0c43274194 /activerecord/CHANGELOG
parent4f1d353b186ef01526a7b2a4117e869906571568 (diff)
downloadrails-ed69b38afaa5a4703864dc007399ab05613bb5d2.tar.gz
rails-ed69b38afaa5a4703864dc007399ab05613bb5d2.tar.bz2
rails-ed69b38afaa5a4703864dc007399ab05613bb5d2.zip
Document options and add examples for destroy. Closes #7988 [fearoffish]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8291 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index e9957700d1..ded7b57705 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Document options and add examples for destroy. Closes #7988 [fearoffish]
+
* Document options and add examples for update_all. Closes #7990 [fearoffish]
* Document options for update_counters. Closes #8091 [fearoffish]