aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-07-31 04:59:10 +0000
committerMarcel Molina <marcel@vernix.org>2007-07-31 04:59:10 +0000
commitbe196f3f7ec86e072d455cdca6acae1fd8782066 (patch)
treebff8a29f107e7a5042e713f69d957e62f9b9116d /activesupport/CHANGELOG
parentea07212d9780841fbfb3368247ccc0b4bdee5bf5 (diff)
downloadrails-be196f3f7ec86e072d455cdca6acae1fd8782066.tar.gz
rails-be196f3f7ec86e072d455cdca6acae1fd8782066.tar.bz2
rails-be196f3f7ec86e072d455cdca6acae1fd8782066.zip
Add support for []= on ActiveSupport::Multibyte::Chars. Closes #9142. [ewan, manfred]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7257 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 1b539f52bf..35a7d77859 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add support for []= on ActiveSupport::Multibyte::Chars. Closes #9142. [ewan, manfred]
+
* Added Array#extract_options! to encapsulate the pattern of getting an options hash out of a variable number of parameters #8759 [norbert].
* Let alias_attribute work with attributes with initial capital letters (legacy columns etc). Closes #8596 [mpalmer]