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

Remove "2.8" from NEWS.md

This commit is contained in:
Junichi Ito 2020-12-14 07:34:10 +09:00 committed by Hiroshi SHIBATA
parent 6e84af2fa9
commit ea6856dcdf
Notes: git 2020-12-14 08:17:47 +09:00

View file

@ -417,7 +417,7 @@ Excluding feature bug fixes.
due to lambda's arity check.
* This is experimental; if it brings a big incompatibility issue,
it may be reverted until 2.8/3.0 release.
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]]