From 43b7b9b229cd2be0f0d6493f0d2a6f4a31aa345d Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 6 Oct 2003 17:59:53 +0000 Subject: * parse.y (stmt): rhs of multiple assignment should not be expanded using "to_a". [ruby-dev:21527] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c5b58b16d..85ca8029f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 7 02:57:53 2003 Yukihiro Matsumoto + + * parse.y (stmt): rhs of multiple assignment should not be + expanded using "to_a". [ruby-dev:21527] + Tue Oct 7 01:42:34 2003 GOTOU Yuuzou * ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriate -- cgit