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:
stomar 2017-05-07 07:18:10 +00:00
Родитель 8451d3c723
Коммит a0da514102
1 изменённых файлов: 2 добавлений и 0 удалений

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