summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-07 07:18:10 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-07 07:18:10 +0000
commita0da514102d0b642e43a22b38f832289caa375b5 (patch)
tree5bd4f6222c737242cfe3b76d5ab91bd9a24e6831 /NEWS
parent8451d3c72341c0b67b0f208a4b31d9dc7bf149eb (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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