aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-13 05:36:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-13 05:36:26 +0000
commit134d1ce89255f94c42730c814dbf3efed1c557d2 (patch)
tree15ea442be48eecefdb8a9b3c282c9af9422d0568 /NEWS
parent1ea1d2e4a7911f5c43fdea2daadc2ea9201d4a4d (diff)
downloadruby-134d1ce89255f94c42730c814dbf3efed1c557d2.tar.gz
parse.y: massign in cond
* parse.y (assign_in_cond): allow multiple assignment in conditional expression. [Feature #10617] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0f08b3daf2..858d6a0a2e 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Language changes
+* Multiple assignment in conditional expression is now allowed.
+ [Feature #10617]
+
=== Core classes updates (outstanding ones only)
* Array