From 9340a51fa8a179498db440b985cf5bb11da29d65 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 8 Jan 2008 04:05:59 +0000 Subject: * compile.c (iseq_build_from_ary), iseq.c (iseq_load): fix for format change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 008905a89..67c3213b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Jan 8 13:05:57 2008 Nobuyoshi Nakada + + * compile.c (iseq_build_from_ary), iseq.c (iseq_load): fix for format change. + Tue Jan 8 07:56:11 2008 Tanaka Akira * string.c (rb_str_buf_append): fix append itself. -- cgit