diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 3c8e0b7e095e9354c6e6106f694c828eae69ec4e..bf4830668413e5d7d80d41a9ffb01fb805b5647a 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]