diff --git a/NEWS b/NEWS index ca9113de43..c846fcbb45 100644 --- a/NEWS +++ b/NEWS @@ -85,8 +85,7 @@ with all sufficient information, see the ChangeLog file or Redmine === Implementation improvements -* Speedup `Proc#call` because we don't need to care about `$SAFE` any more. - [Feature #14318] +* Speedup `Proc#call` because we don't need to care about `$SAFE` any more. [Feature #14318] With `lc_fizzbuzz` benchmark which uses so many `Proc#call` we can measure x1.4 improvements [Bug #10212].