summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-10 17:28:02 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-10 17:35:02 +0900
commit878e21c6cd8a4291577cd7988505479f49ebea91 (patch)
tree83775734e970495e1de3a7d30be05afecada9075 /NEWS.md
parent900e83b50115afda3f79712310e4cb95e4508972 (diff)
R-assign is still experimental [Feature #15921] [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index d3ca3d9a7e..5b85ba4eb6 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -38,7 +38,8 @@ sufficient information, see the ChangeLog file or Redmine
instead of a warning. yield in a class definition outside of a method
is now a SyntaxError instead of a LocalJumpError. [[Feature #15575]]
-* Rightward assignment statement is added. [[Feature #15921]]
+* Rightward assignment statement is added. [EXPERIMENTAL]
+ [[Feature #15921]]
```ruby
fib(10) => x