From 9f5a161d2e8df637c3ca4ef7da893db354ce0e48 Mon Sep 17 00:00:00 2001 From: mrkn Date: Thu, 15 Dec 2016 16:08:33 +0000 Subject: NEWS: Fix the default rounding mode git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index cfdb772e33..5c26678b0e 100644 --- a/NEWS +++ b/NEWS @@ -74,7 +74,7 @@ with all sufficient information, see the ChangeLog file or Redmine digits, as well as Float#round. [Feature #12245] * Float#round now takes an optional keyword argument, half option, and - the default behavior is round-to-nearest-even now. [Bug #12548] + the default behavior is round-up. [Bug #12548] [Bug #12958] half option can be one of :even, :up, and :down. [Feature #12953] * Hash @@ -92,7 +92,7 @@ with all sufficient information, see the ChangeLog file or Redmine * Integer#digits for extracting columns of place-value notation [Feature #12447] * Integer#round now takes an optional keyword argument, half option, and the - default behavior is round-to-nearest-even now. [Bug #12548] + default behavior is round-up now. [Bug #12548] [Bug #12958] half option can be one of :even, :up, and :down. [Feature #12953] * IO @@ -127,7 +127,7 @@ with all sufficient information, see the ChangeLog file or Redmine * Rational * Rational#round now takes an optional keyword argument, half option, and - the default behavior is round-to-nearest-even now. [Bug #12548] + the default behavior is round-up now. [Bug #12548] [Bug #12958] half option can be one of :even, :up, and :down. [Feature #12953] * Regexp -- cgit v1.2.3