diff options
author | José Valim <jose.valim@gmail.com> | 2011-05-28 07:51:43 -0700 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-05-28 07:51:43 -0700 |
commit | 2fd7ea97ecfd40ee23e0f75ee0ed9a4febcbdb15 (patch) | |
tree | f5899e5f66aa01519cf835c31795ce9ab36249f5 /activesupport | |
parent | 429a1f2d4a271c98c7b1cef1d3e76903d22b1be8 (diff) | |
parent | 1cd235ecddddc49e8ba0fa5cd81e265660d0f75f (diff) | |
download | rails-2fd7ea97ecfd40ee23e0f75ee0ed9a4febcbdb15.tar.gz rails-2fd7ea97ecfd40ee23e0f75ee0ed9a4febcbdb15.tar.bz2 rails-2fd7ea97ecfd40ee23e0f75ee0ed9a4febcbdb15.zip |
Merge pull request #1378 from AndrewRadev/master
Add changelog entry for pull request #1359
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index bfd1e91bb5..bf48306684 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -2,6 +2,9 @@ * Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library [Jon Leighton] +* ActiveSupport::OrderedHash now has different behavior for #each and +#each_pair when given a block accepting its parameters with a splat. [Andrew Radev] + *Rails 3.1.0 (unreleased)* * Deprecated ActiveSupport::SecureRandom in favour of SecureRandom from the standard library [Jon Leighton] |