aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-07-15 19:51:33 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-07-15 19:51:33 -0300
commit19fae86fe028162f7c487b2822e02fa96b5b861b (patch)
tree35366ab68b1e748f0d32660f267aa65d0dd35d86 /activesupport/CHANGELOG.md
parenta3ca700c58fa59722288a12960c4a6cd1ade6aea (diff)
downloadrails-19fae86fe028162f7c487b2822e02fa96b5b861b.tar.gz
rails-19fae86fe028162f7c487b2822e02fa96b5b861b.tar.bz2
rails-19fae86fe028162f7c487b2822e02fa96b5b861b.zip
Move uuid_v5 and uuid_v3 to Digest::UUID
These methods are not random so they should not belings to SecureRandom module.
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index a667332afc..214722a0e5 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -160,7 +160,7 @@
*Bogdan Gusiev*
-* Add `SecureRandom::uuid_v3` and `SecureRandom::uuid_v5` to support stable
+* Add `Digest::UUID::uuid_v3` and `Digest::UUID::uuid_v5` to support stable
UUID fixtures on PostgreSQL.
*Roderick van Domburg*