diff options
author | Yusuke Endoh <mame@ruby-lang.org> | 2020-12-20 04:14:05 +0900 |
---|---|---|
committer | Yusuke Endoh <mame@ruby-lang.org> | 2020-12-20 04:14:05 +0900 |
commit | 362138004624f0d8664c16da4c0d5133ac213942 (patch) | |
tree | 5ffad759723fbd64db0faf5e58d931628c6e908d /NEWS.md | |
parent | ed4381d94132990067922bc4204c8abb99cde3e8 (diff) | |
download | ruby-362138004624f0d8664c16da4c0d5133ac213942.tar.gz |
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."
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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]] |