aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-06 11:47:57 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-06 11:47:57 +0000
commit9b94249f39bff401465340639bed1f2a93b62ebf (patch)
treef99f466f65f42f48a031924a50e638ca335a4c80
parentf76e390ed6e26982c23b8e7cf2bfa07c5de189d9 (diff)
downloadruby-9b94249f39bff401465340639bed1f2a93b62ebf.tar.gz
Oops, maybe it's too late, but add [DOC] to the last entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ca49b585d..43fb4db360 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Wed Aug 6 20:44:07 2014 Akinori MUSHA <knu@iDaemons.org>
- * enum.c (enum_one): Move enum.one? documentation before the
+ * enum.c (enum_one): [DOC] Move enum.one? documentation before the
relevant method. Submitted by @vipulnsward. [Fixes GH-687]
https://github.com/ruby/ruby/pull/687