aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-01-28 01:31:31 +0000
committerRick Olson <technoweenie@gmail.com>2007-01-28 01:31:31 +0000
commit1a11bffde107bf5b2daa997a61133cc8a76445e0 (patch)
tree5f4571e9c4020654828df26174f23e11fcd8d934 /activerecord/CHANGELOG
parent5e85a1c7f835249d276d6868a9520f803be46159 (diff)
downloadrails-1a11bffde107bf5b2daa997a61133cc8a76445e0.tar.gz
rails-1a11bffde107bf5b2daa997a61133cc8a76445e0.tar.bz2
rails-1a11bffde107bf5b2daa997a61133cc8a76445e0.zip
Don't create instance writer methods for class attributes. Closes #7401 [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6051 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 8aa9ca213f..7eff9e9c93 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Don't create instance writer methods for class attributes. Closes #7401 [Rick]
+
* Docs: validations examples. #7343 [zackchandler]
* Add missing tests ensuring callbacks work with class inheritance. Closes #7339 [sandofsky]