aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-27 12:17:13 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-27 12:17:13 +0000
commit03f466bd3386139eb9993a66d6173a3edb8d20b6 (patch)
treef3641c71d6995c918beb7c6aa7d4b1d90c327519
parentcff3c3d52a5406a61be62c81fc6101c4d514731f (diff)
downloadruby-03f466bd3386139eb9993a66d6173a3edb8d20b6.tar.gz
* ChangeLog: fix credit (requested by the author).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 45a9b3599f..a5ce0b3128 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Fri Aug 27 16:20:01 2010 URABE Shyouhei <shyouhei@ruby-lang.org>
- * string.c (rb_str_prepend): new method by Sora Harakami
+ * string.c (rb_str_prepend): new method by Shota Fukumori (sora_h)
[Feature #3765]
Fri Aug 27 15:24:20 2010 NAKAMURA Usaku <usa@ruby-lang.org>