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:
parent
c9cc36bde9
commit
07a353dde1
1 changed files with 3 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue