ruby-changes:44827
From: nobu <ko1@a...>
Date: Sat, 26 Nov 2016 19:57:06 +0900 (JST)
Subject: [ruby-changes:44827] nobu:r56900 (trunk): NEWS: mention [Feature #12953] [ci skip]
nobu 2016-11-26 19:57:02 +0900 (Sat, 26 Nov 2016) New Revision: 56900 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56900 Log: NEWS: mention [Feature #12953] [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 56899) +++ NEWS (revision 56900) @@ -72,6 +72,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L72 * Float#round now takes an optional keyword argument, half option, and the default behavior is round-to-nearest-even now. [Bug #12548] + half option can be one of :even, :up, and :down. [Feature #12953] * Hash @@ -89,6 +90,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L90 * Integer#round now takes an optional keyword argument, half option, and the default behavior is round-to-nearest-even now. [Bug #12548] + half option can be one of :even, :up, and :down. [Feature #12953] * IO @@ -123,6 +125,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L125 * Rational#round now takes an optional keyword argument, half option, and the default behavior is round-to-nearest-even now. [Bug #12548] + half option can be one of :even, :up, and :down. [Feature #12953] * Regexp -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/