diff options
author | Marcel Molina <marcel@vernix.org> | 2007-12-05 15:17:34 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2007-12-05 15:17:34 +0000 |
commit | 1b7a18dec8ed78ea989270fc3140260fc87c310e (patch) | |
tree | a50c5b384b186e0eec5ac6a9e9f5faa84d31d2ee /activerecord/CHANGELOG | |
parent | 6a45e01b3262a5d6b07535c872fdc74d3abad8c0 (diff) | |
download | rails-1b7a18dec8ed78ea989270fc3140260fc87c310e.tar.gz rails-1b7a18dec8ed78ea989270fc3140260fc87c310e.tar.bz2 rails-1b7a18dec8ed78ea989270fc3140260fc87c310e.zip |
Document options and add examples for update. Closes #7985 [fearoffish]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8293 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 06e19641c7..f4d2474178 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Document options and add examples for update. Closes #7985 [fearoffish] + * Document options and add examples for delete. Closes #7986 [fearoffish] * Document options and add examples for destroy. Closes #7988 [fearoffish] |