aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-04 12:20:59 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-04 12:20:59 +0000
commit07f460829a95ac98092ca08dd42fab1a17541aa7 (patch)
treec44bda276e14100fe64684a6e680b07030ef6c1a /ChangeLog
parent7343f15302ad70a33784eeba1aed5d383f004693 (diff)
downloadruby-07f460829a95ac98092ca08dd42fab1a17541aa7.tar.gz
* lib/securerandom.rb (SecureRandom.random_bytes): use fiddle directly
instead of using Win32API. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e9e77ebdb..7976d045bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 4 21:20:07 2014 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * lib/securerandom.rb (SecureRandom.random_bytes): use fiddle directly
+ instead of using Win32API.
+
Tue Nov 4 21:04:30 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* test/rubygems/test_gem_request_set_lockfile.rb