1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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."
This commit is contained in:
Yusuke Endoh 2020-12-20 04:14:05 +09:00
parent ed4381d941
commit 3621380046

View file

@ -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]]