summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-10 16:13:19 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-10 16:13:19 +0000
commit91d38d5736695e374964b3a4f203ff1ec0c06ef8 (patch)
tree64b7b857203ae9c0ff97abe2ab00ef63ab3e37cf /ChangeLog
parent12e20b7c4d856dc59c7d9c7959a5a31825325d9d (diff)
commit miss [DOC] tag
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 72aa66119d..2ba685e1c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Mon Nov 11 01:02:06 2013 Zachary Scott <e@zzak.io>
- * lib/timeout.rb: Added note about change from #8730 [Fixes GH-440]
- * NEWS: Improve grammar on change to Timeout
+ * lib/timeout.rb: [DOC] Add note about change from #8730 [Fixes GH-440]
+ * NEWS: [DOC] Improve grammar on change to Timeout
Patched by @srawlins in https://github.com/ruby/ruby/pull/440
Sun Nov 10 23:47:05 2013 Kazuki Tsujimoto <kazuki@callcc.net>