1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update CHANGELOG for ActiveSupport::OrderedHash change

This commit is contained in:
Andrew Radev 2011-05-28 16:21:16 +03:00
parent c9cc36bde9
commit 07a353dde1

View file

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