summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-10 15:11:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-10 15:11:43 +0000
commit38867cc1150e533a8df65de673195fe632c2d7f8 (patch)
tree3d57524649908d0e2838ae1a41003f7c621b40fa /ChangeLog
parent161f0a16990d8025135bcca1af3c992bfc3cf68c (diff)
* array.c (ary_join_1): should recurse for element array.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 744a2e285f..fb0cb79bfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Jul 11 00:11:38 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * array.c (ary_join_1): should recurse for element array.
+
Fri Jul 10 23:10:11 2009 NARUSE, Yui <naruse@ruby-lang.org>
* io.c (io_strip_bom): ungetbyte third byte when UTF-16LE.