aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-27 07:33:19 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-27 07:33:19 +0000
commitcff3c3d52a5406a61be62c81fc6101c4d514731f (patch)
treeede61c893f7d31c2e2f4f452913b39cfd2a48ceb /ChangeLog
parent0cfe185f39d575f9c620bd14707a81bd5c29fe11 (diff)
downloadruby-cff3c3d52a5406a61be62c81fc6101c4d514731f.tar.gz
* string.c (rb_str_prepend): new method by Sora Harakami
[Feature #3765] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6220122646..45a9b3599f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 27 16:20:01 2010 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * string.c (rb_str_prepend): new method by Sora Harakami
+ [Feature #3765]
+
Fri Aug 27 15:24:20 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* math.c (math_atan2): you should know that M_PI is not the feature