mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: Integer#{round,floor,ceil,truncate} [Bug #13420]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8451d3c723
commit
a0da514102
1 changed files with 2 additions and 0 deletions
2
NEWS
2
NEWS
|
@ -30,6 +30,8 @@ with all sufficient information, see the ChangeLog file or Redmine
|
|||
* Integer.sqrt [Feature #13219]
|
||||
* Integer#step does no longer rescue exceptions when given
|
||||
a step value which cannot be compared with #> to 0. [Feature #7688]
|
||||
* Integer#{round,floor,ceil,truncate} now always return an Integer.
|
||||
[Bug #13420]
|
||||
|
||||
* IO
|
||||
|
||||
|
|
Loading…
Reference in a new issue