aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-07 17:53:42 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-07 17:53:42 +0000
commit10b6409eb3c260189fc44c90110c7f33e85000e9 (patch)
treed29fac02c38621570dab578835316db3068ac3f2
parent2cfdbd7d72e187d9a13cc0074f77d494847c8463 (diff)
downloadruby-10b6409eb3c260189fc44c90110c7f33e85000e9.tar.gz
* lib/securerandom.rb: [DOC] specify arguments passed to ::random_bytes
By @chastell [Fixes GH-412] https://github.com/ruby/ruby/pull/412 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d596febd4a..66628d5dc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 8 02:50:25 2013 Zachary Scott <e@zzak.io>
+
+ * lib/securerandom.rb: [DOC] specify arguments passed to ::random_bytes
+ By @chastell [Fixes GH-412] https://github.com/ruby/ruby/pull/412
+
Fri Nov 8 02:43:01 2013 Zachary Scott <e@zzak.io>
* ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stop