summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorKazuki Tsujimoto <kazuki@callcc.net>2020-11-04 00:51:44 +0900
committerKazuki Tsujimoto <kazuki@callcc.net>2020-11-04 00:51:44 +0900
commit700637570ff63c0fa3b2373b6e5d7053b5fc35a2 (patch)
tree906970c211f1efc549a620ac4849d6195061635b /NEWS.md
parentc3e2dd072aa46be3d13faff9a5fed0ba64b2b680 (diff)
Rightward assignment is replaced by one-line pattern matching
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/NEWS.md b/NEWS.md
index 8c6e353ae5..495a633102 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -82,13 +82,6 @@ sufficient information, see the ChangeLog file or Redmine
class variable from the toplevel scope is now a RuntimeError.
[[Bug #14541]]
-* Rightward assignment statement is added. [EXPERIMENTAL]
- [[Feature #15921]]
-
- ```ruby
- fib(10) => x
- ```
-
* Endless method definition is added. [EXPERIMENTAL]
[[Feature #16746]]