diff options
author | Prem Sichanugrist <s@sikachu.com> | 2011-09-03 14:43:33 +0700 |
---|---|---|
committer | Prem Sichanugrist <s@sikachu.com> | 2011-09-03 14:43:33 +0700 |
commit | 9984266c041e1079a09140f9307fc1ca13858988 (patch) | |
tree | 077b80e77f01524b84dd5dcacda86c26d031b197 /activesupport/CHANGELOG | |
parent | 36f1612c34577225d1f71c368e70c234d5197707 (diff) | |
download | rails-9984266c041e1079a09140f9307fc1ca13858988.tar.gz rails-9984266c041e1079a09140f9307fc1ca13858988.tar.bz2 rails-9984266c041e1079a09140f9307fc1ca13858988.zip |
Make `ActiveSupport::OrderedHash` extractable when using `Array#extract_options!`
`ActiveSupport::OrderedHash` is actually a subclass of the hash, so it does make sense that it should be extractable from the array list.
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 3508ec0f34..18164234a5 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *Rails 3.2.0 (unreleased)* +* ActiveSupport::OrderedHash is now marked as extractable when using Array#extract_options! [Prem Sichanugrist] + * Added Array#prepend as an alias for Array#unshift and Array#append as an alias for Array#<< [DHH] * The definition of blank string for Ruby 1.9 has been extended to Unicode whitespace. |