summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-09 06:00:52 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-09 06:00:52 +0000
commit53a2b14909a271e54c1e5d771075be608e37fb15 (patch)
tree63093937e8f1c0b4c7ef4c11ae12b414d172b96b /doc
parent3f658870fe15b2d5878b219732aceb185532c6cc (diff)
Add an entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS4
1 files changed, 4 insertions, 0 deletions
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: