aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-18 03:56:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-18 03:56:33 +0000
commitfe96a2495cfd8dda16037df2451424b9b36a56e4 (patch)
tree18a42cd19c809df43980eaf7050eb8afd9b55bb8 /NEWS
parent39f31b8c87dc28fd95f4e07194ecc2c491e05f6a (diff)
downloadruby-fe96a2495cfd8dda16037df2451424b9b36a56e4.tar.gz
numeric.c: flo_truncate
* numeric.c (flo_truncate): add an optional parameter, digits, as well as Float#round. [Feature #12245] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cb19229761..31b0a25434 100644
--- a/NEWS
+++ b/NEWS
@@ -38,8 +38,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Float
- * Float#ceil and Float#floor now take an optional digits, as well as
- Float#round. [Feature #12245]
+ * Float#ceil, Float#floor, and Float#truncate now take an optional
+ digits, as well as Float#round. [Feature #12245]
* Integer