From a0da514102d0b642e43a22b38f832289caa375b5 Mon Sep 17 00:00:00 2001 From: stomar Date: Sun, 7 May 2017 07:18:10 +0000 Subject: 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 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 29033dd93f..e9b4d509eb 100644 --- a/NEWS +++ b/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 -- cgit v1.2.3