summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-10 03:02:37 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-10 03:02:37 +0000
commit122f5c376bd43460499cb4599ddc3715c07e8174 (patch)
treeda3a3423c5118df12ddea58a46ff3c1e82a8969a
parent6b2c0ca25dbf76b5e673fec3392a290ce210d483 (diff)
Add missing "Patch by". Sorry. Thanks to Ippei Obayashi!!!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11fd6fb59b..b43c55bd27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ Sat Aug 10 12:00:45 2013 Kouhei Sutou <kou@cozmixng.org>
Fix loose "head" match regular expression. It doesn't cause any
problem in the current code but it should be fixed because readers
may confuse it.
+ Patch by Ippei Obayashi. Thanks!!!
Sat Aug 10 11:58:24 2013 Kouhei Sutou <kou@cozmixng.org>