summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-20 12:35:23 +0000
committerngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-20 12:35:23 +0000
commit67db3f817712f26fd812b8b159a1642761b71ecc (patch)
treec34fc406dd428994ef921465d76fda8344a872a5 /ChangeLog
parenta1d308456d5506c809c8fcabfb41e1861d832999 (diff)
* ChangeLog: forgot [Bug #5464] [ruby-dev:44632] for the previous commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0c68d9a2c..c7f9995e80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ Thu Oct 20 21:19:15 2011 Naohisa Goto <ngotogenome@gmail.com>
* vm_eval.c (check_funcall): set array elements one-by-one to fix
compile error with Fujitsu C Compiler 5.6 on Solaris 10 on Sparc.
+ [Bug #5464] [ruby-dev:44632]
Thu Oct 20 13:09:35 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>