diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-10-31 18:41:25 +0100 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-10-31 18:41:25 +0100 |
commit | e466ae13e9b6d901e3e39bb9ceeafd83e266ce81 (patch) | |
tree | ab00d914fdd82fbae6d6213012bce853ec707242 /activesupport/CHANGELOG | |
parent | 7857e42103ca1ab9e8d7f363527ddb2af3e8bd65 (diff) | |
download | rails-e466ae13e9b6d901e3e39bb9ceeafd83e266ce81.tar.gz rails-e466ae13e9b6d901e3e39bb9ceeafd83e266ce81.tar.bz2 rails-e466ae13e9b6d901e3e39bb9ceeafd83e266ce81.zip |
Fixed the option merging in Array#to_xml [#1126 state:resolved]
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 24a7f1639e..6362d869b7 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *2.2.1 [RC2 or 2.2 final]* +* Fixed the option merging in Array#to_xml #1126 [Rudolf Gavlas] + * Make I18n::Backend::Simple reload its translations in development mode [DHH/Sven Fuchs] |