NEWS: mention [Feature #12953] [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2e2fa3ddcf
commit
8c08d2de53
3
NEWS
3
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
|
* 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-to-nearest-even now. [Bug #12548]
|
||||||
|
half option can be one of :even, :up, and :down. [Feature #12953]
|
||||||
|
|
||||||
* Hash
|
* 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
|
* 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-to-nearest-even now. [Bug #12548]
|
||||||
|
half option can be one of :even, :up, and :down. [Feature #12953]
|
||||||
|
|
||||||
* IO
|
* 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
|
* 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-to-nearest-even now. [Bug #12548]
|
||||||
|
half option can be one of :even, :up, and :down. [Feature #12953]
|
||||||
|
|
||||||
* Regexp
|
* Regexp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user