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

NEWS: fixed unintentional description list [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-02-22 05:06:46 +00:00
parent 5d874cf1aa
commit 74009968ce

3
NEWS
View file

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