From 07a353dde1aab7eabf082f4e07cf41f9dc3b2664 Mon Sep 17 00:00:00 2001 From: Andrew Radev Date: Sat, 28 May 2011 16:21:16 +0300 Subject: Update CHANGELOG for ActiveSupport::OrderedHash change --- activesupport/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index bfd1e91bb5..3c8e0b7e09 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -4,6 +4,9 @@ *Rails 3.1.0 (unreleased)* +* ActiveSupport::OrderedHash now has different behavior for #each and +#each_pair when given a block accepting its parameters with a splat. [Andrew Radev] + * Deprecated ActiveSupport::SecureRandom in favour of SecureRandom from the standard library [Jon Leighton] * New reporting method Kernel#quietly. [fxn] -- cgit v1.2.3 From 1cd235ecddddc49e8ba0fa5cd81e265660d0f75f Mon Sep 17 00:00:00 2001 From: Andrew Radev Date: Sat, 28 May 2011 17:23:45 +0300 Subject: ActiveSupport CHANGELOG entry moved to correct place --- activesupport/CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 3c8e0b7e09..bf48306684 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -2,11 +2,11 @@ * Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library [Jon Leighton] -*Rails 3.1.0 (unreleased)* - * 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] * New reporting method Kernel#quietly. [fxn] -- cgit v1.2.3