mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
ActiveSupport CHANGELOG entry moved to correct place
This commit is contained in:
parent
07a353dde1
commit
1cd235ecdd
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue