From b9bbe8c0ca2b70473d3888ba426fce29a9b494de Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 15 Feb 2009 07:58:31 +0000 Subject: * lib/securerandom.rb (SecureRandom.urlsafe_base64): new method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6c39e67ea..710468215 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Feb 15 16:57:35 2009 Tanaka Akira + + * lib/securerandom.rb (SecureRandom.urlsafe_base64): new method. + Sun Feb 15 14:58:07 2009 Tanaka Akira * hash.c (hash_i): use Murmurhash. -- cgit