aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-06 11:45:47 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-06 11:45:47 +0000
commitf76e390ed6e26982c23b8e7cf2bfa07c5de189d9 (patch)
treed207aa1a1e66cb104efd71e1e5fa7ca0abd8b117 /ChangeLog
parent305be780df86d3bd5f1b93848101b477083452ed (diff)
downloadruby-f76e390ed6e26982c23b8e7cf2bfa07c5de189d9.tar.gz
Move enum.one? documentation before the relevant method.
* enum.c (enum_one): Move enum.one? documentation before the relevant method. Submitted by @vipulnsward. [Fixes GH-687] https://github.com/ruby/ruby/pull/687 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47086 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 271b135b81..7ca49b585d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Aug 6 20:44:07 2014 Akinori MUSHA <knu@iDaemons.org>
+
+ * enum.c (enum_one): Move enum.one? documentation before the
+ relevant method. Submitted by @vipulnsward. [Fixes GH-687]
+ https://github.com/ruby/ruby/pull/687
+
Wed Aug 6 20:25:47 2014 Akinori MUSHA <knu@iDaemons.org>
* lib/set.rb (Set#replace): Check if an object given is enumerable