aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-05-23 19:45:49 +0100
committerJon Leighton <j@jonathanleighton.com>2011-05-23 20:25:44 +0100
commit1170cceaaec8c0c8aef173913405be1456e4b2be (patch)
tree226e6eb1294b6490a9842d604330a948951e2135 /activesupport/CHANGELOG
parentd411c85a65baaf4ed268b1b1bb4df408cee4981a (diff)
downloadrails-1170cceaaec8c0c8aef173913405be1456e4b2be.tar.gz
rails-1170cceaaec8c0c8aef173913405be1456e4b2be.tar.bz2
rails-1170cceaaec8c0c8aef173913405be1456e4b2be.zip
Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library. (It has been deprecated in the 3-1-stable branch.)
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 23b0df1d5c..bfd1e91bb5 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,11 @@
+*Rails 3.2.0 (unreleased)*
+
+* Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library [Jon Leighton]
+
*Rails 3.1.0 (unreleased)*
+* Deprecated ActiveSupport::SecureRandom in favour of SecureRandom from the standard library [Jon Leighton]
+
* New reporting method Kernel#quietly. [fxn]
* Add String#inquiry as a convenience method for turning a string into a StringInquirer object [DHH]