aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2011-06-13 18:47:10 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2011-06-13 18:56:06 +0200
commitb12c2e4ebb85170467ac250219557d631c842d8d (patch)
treec00f317cd91c3f4631e7471b4de6d1e7c94f68d9 /activesupport/CHANGELOG
parent276618c6526587231cdcb783cc104e89e6458c56 (diff)
downloadrails-b12c2e4ebb85170467ac250219557d631c842d8d.tar.gz
rails-b12c2e4ebb85170467ac250219557d631c842d8d.tar.bz2
rails-b12c2e4ebb85170467ac250219557d631c842d8d.zip
Added instance_accessor: false as an option to Class#cattr_accessor and friends [DHH]
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 6b7044aeae..6c1e6185af 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.2.0 (unreleased)*
+* Added instance_accessor: false as an option to Class#cattr_accessor and friends [DHH]
+
* Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library [Jon Leighton]
* ActiveSupport::OrderedHash now has different behavior for #each and