summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-22 05:06:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-22 05:06:46 +0000
commit74009968ce55bae872084d3d469c85c268233f06 (patch)
tree8bd9069b4d36358876175393890c777ebaf69e32 /NEWS
parent5d874cf1aabb8d1d34a4b4a834b3f5dfb05fbf2e (diff)
NEWS: fixed unintentional description list [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 1 insertions, 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].