summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-12-20 04:14:05 +0900
committerYusuke Endoh <mame@ruby-lang.org>2020-12-20 04:14:05 +0900
commit362138004624f0d8664c16da4c0d5133ac213942 (patch)
tree5ffad759723fbd64db0faf5e58d931628c6e908d
parented4381d94132990067922bc4204c8abb99cde3e8 (diff)
NEWS.md: remove nonsense caveat
3.0 will be released in a few days (hopefully), so remove a caution: "it may be reverted until 3.0 release."
-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]]