aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-31 21:12:49 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-31 21:12:49 +0000
commit09c3f84566f4f79c678e9d16417f4dfcf12abba8 (patch)
tree2468be28901bce6b858a387a4d2b7e595fe6d080 /ChangeLog
parente4ee9897d4fe57d9da074ba6cdf7fbfc2de3e848 (diff)
downloadruby-09c3f84566f4f79c678e9d16417f4dfcf12abba8.tar.gz
* lib/securerandom.rb: [DOC] Add note on require for examples
Based on a patch by @schneems [Fixes GH-518] [ci skip] https://github.com/ruby/ruby/pull/518 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b437bac0b..c6fd8f654d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Feb 1 06:10:49 2014 Zachary Scott <e@zzak.io>
+
+ * lib/securerandom.rb: [DOC] Add note on require for examples
+ Based on a patch by @schneems [Fixes GH-518] [ci skip]
+ https://github.com/ruby/ruby/pull/518
+
Sat Feb 1 06:04:56 2014 Zachary Scott <e@zzak.io>
* numeric.c: [DOC] Fix typo in example for #step [ci skip]