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
commitfe840f2896472beea7d31be993eabfd49c27272b (patch)
tree15ea442be48eecefdb8a9b3c282c9af9422d0568 /NEWS
parentd7e08e3d398ac7a071ff3033aa52abe6ca6c55c1 (diff)
downloadruby-fe840f2896472beea7d31be993eabfd49c27272b.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