ActiveSupport CHANGELOG entry moved to correct place

This commit is contained in:
Andrew Radev 2011-05-28 17:23:45 +03:00
parent 07a353dde1
commit 1cd235ecdd

@ -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]