aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-12-05 15:15:56 +0000
committerMarcel Molina <marcel@vernix.org>2007-12-05 15:15:56 +0000
commit6a45e01b3262a5d6b07535c872fdc74d3abad8c0 (patch)
treee13d06894ab9003a4ddf4eaeae941a8e8cbf7fd8 /activerecord/CHANGELOG
parented69b38afaa5a4703864dc007399ab05613bb5d2 (diff)
downloadrails-6a45e01b3262a5d6b07535c872fdc74d3abad8c0.tar.gz
rails-6a45e01b3262a5d6b07535c872fdc74d3abad8c0.tar.bz2
rails-6a45e01b3262a5d6b07535c872fdc74d3abad8c0.zip
Document options and add examples for delete. Closes #7986 [fearoffish]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8292 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 ded7b57705..06e19641c7 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Document options and add examples for delete. Closes #7986 [fearoffish]
+
* Document options and add examples for destroy. Closes #7988 [fearoffish]
* Document options and add examples for update_all. Closes #7990 [fearoffish]