aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-26 10:57:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-26 10:57:02 +0000
commit0d294d9c5a701c560d878b916fdbe04a575a7e89 (patch)
tree9a11d4d644e6017e72509cc2aa35bb1dfca8ba56 /NEWS
parent4ac0f1b0e2df7ac50755c9f4f8b4ba2fbd247ec1 (diff)
downloadruby-0d294d9c5a701c560d878b916fdbe04a575a7e89.tar.gz
NEWS: mention [Feature #12953] [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f397e2485a..8136cec95c 100644
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* 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 ChangeLog file or Redmine
* 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 ChangeLog file or Redmine
* 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