From 74009968ce55bae872084d3d469c85c268233f06 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Feb 2018 05:06:46 +0000 Subject: [PATCH] NEWS: fixed unintentional description list [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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].