aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-01-28 01:18:51 +0000
committerRick Olson <technoweenie@gmail.com>2007-01-28 01:18:51 +0000
commit5e85a1c7f835249d276d6868a9520f803be46159 (patch)
treea928f33feb1e2be4ba7f21cfb5994f839cb75349 /activesupport/CHANGELOG
parenteca93d0970925a305c6ccc620df62aeb385938dc (diff)
downloadrails-5e85a1c7f835249d276d6868a9520f803be46159.tar.gz
rails-5e85a1c7f835249d276d6868a9520f803be46159.tar.bz2
rails-5e85a1c7f835249d276d6868a9520f803be46159.zip
Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/accessor, and #class_inheritable_writer to skip the creation of the instance writer. [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6050 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 265dd53297..5c0e062403 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/accessor, and #class_inheritable_writer to skip the creation of the instance writer. [Rick]
+
* Added Hash#to_query to turn a hash of values into a form-encoded query string [Nicholas Seckar]
* Increase test coverage for subclasses_of. Closes #7335. [Roman2K, Nicholas Seckar]