From 1826991f26249735e29b06778723f4808f0ee1dc Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 15 Apr 2016 01:17:51 +0000 Subject: NEWS: mention [Feature #12245] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6db0b7d078..80dda64527 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,7 @@ with all sufficient information, see the ChangeLog file or Redmine === Core classes updates (outstanding ones only) * Array + * Array#max and Array#min. [Feature #12172] This may cause a tiny incompatibility: if you redefine Enumerable#max and call max to an Array, your redefinition will be @@ -35,6 +36,16 @@ with all sufficient information, see the ChangeLog file or Redmine * File.empty?. [Feature #9969] +* Float + + * Float#ceil and Float#floor now take an optional digits, as well as + Float#round. [Feature #12245] + +* Integer + + * Integer#ceil and Integer#floor now take an optional digits, as well + as Integer#round. [Feature #12245] + * String * String.new(capacity: size) [Feature #12024] @@ -50,9 +61,11 @@ with all sufficient information, see the ChangeLog file or Redmine === Stdlib updates (outstanding ones only) * CSV + * Add a liberal_parsing option. [Feature #11839] * optparse + * Add an into option. [Feature #11191] === Stdlib compatibility issues (excluding feature bug fixes) -- cgit v1.2.3