summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index 63a90052cb..d88642b71c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -476,9 +476,6 @@ Excluding feature bug fixes.
* Now `{ a: 1 }.each(&->(k, v) { })` raises an ArgumentError
due to lambda's arity check.
- * This is experimental; if it brings a big incompatibility issue,
- it may be reverted until 3.0 release.
-
* When writing to STDOUT redirected to a closed pipe, no broken pipe
error message will be shown now. [[Feature #14413]]