[前][次][番号順一覧][スレッド一覧]

ruby-changes:50408

From: nobu <ko1@a...>
Date: Thu, 22 Feb 2018 14:06:51 +0900 (JST)
Subject: [ruby-changes:50408] nobu:r62524 (trunk): NEWS: fixed unintentional description list [ci skip]

nobu	2018-02-22 14:06:46 +0900 (Thu, 22 Feb 2018)

  New Revision: 62524

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62524

  Log:
    NEWS: fixed unintentional description list [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 62523)
+++ NEWS	(revision 62524)
@@ -85,8 +85,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L85
 
 === 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].
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]