aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-11-06 23:50:23 +0000
committerMarcel Molina <marcel@vernix.org>2007-11-06 23:50:23 +0000
commitf770b829f4b363888b1af4bc7059bc45637a7ba2 (patch)
treeac1bbef57e495d3cc5f5f4400a1aad025f687cb3 /activerecord/CHANGELOG
parent94502623fb8354ba0c88b9d1bc94bf940e0d5018 (diff)
downloadrails-f770b829f4b363888b1af4bc7059bc45637a7ba2.tar.gz
rails-f770b829f4b363888b1af4bc7059bc45637a7ba2.tar.bz2
rails-f770b829f4b363888b1af4bc7059bc45637a7ba2.zip
Enhance explanation with more examples for attr_accessible macro. Closes #8095 [fearoffish, Marcel Molina]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8107 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 38547843db..072ca352e6 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Enhance explanation with more examples for attr_accessible macro. Closes #8095 [fearoffish, Marcel Molina]
+
* Update association/method mapping table to refected latest collection methods for has_many :through. Closes #8772 [lifofifo]
* Explain semantics of having several different AR instances in a transaction block. Closes #9036 [jacobat, Marcel Molina]