aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-12-05 14:55:54 +0000
committerMarcel Molina <marcel@vernix.org>2007-12-05 14:55:54 +0000
commit8c2177c49d4ca49ba119948470c39aa0ab0e2951 (patch)
treec1698f7e5230adedaf3a747b160062bbec4d3576 /activerecord/CHANGELOG
parent4570cf66cea1ab8b0486ad42823fe04182a5b5d2 (diff)
downloadrails-8c2177c49d4ca49ba119948470c39aa0ab0e2951.tar.gz
rails-8c2177c49d4ca49ba119948470c39aa0ab0e2951.tar.bz2
rails-8c2177c49d4ca49ba119948470c39aa0ab0e2951.zip
Add documentation for freeze and readonly related methods. Closes #8878 [pelargir, jeremymcanally]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8286 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 5cf45fcf51..05edae46a9 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add documentation for freeze and readonly related methods. Closes #8878 [pelargir, jeremymcanally]
+
* Document the timestamps schema definition method. Closes #9000 [mikong]
* Give examples for what tables should be called for models inside a module namespace. Closes #10288 [scott_willson]