From 53a2b14909a271e54c1e5d771075be608e37fb15 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 9 Jun 2001 06:00:52 +0000 Subject: Add an entry. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index 16a955687e..127a6c6893 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -1,3 +1,7 @@ +: Multiple assignment behavior + + Fixed so that "*a = nil" results in "a == []". + : Array expansion Fixed with the following behavior: -- cgit v1.2.3