Merge pull request #1378 from AndrewRadev/master

Add changelog entry for pull request #1359
This commit is contained in:
José Valim
2011-05-28 07:51:43 -07:00

View File

@@ -2,6 +2,9 @@
* Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library [Jon Leighton]
* 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]