[前][次][番号順一覧][スレッド一覧]

ruby-changes:42516

From: nobu <ko1@a...>
Date: Fri, 15 Apr 2016 09:21:17 +0900 (JST)
Subject: [ruby-changes:42516] nobu:r54590 (trunk): NEWS: mention [Feature #12245]

nobu	2016-04-15 10:17:51 +0900 (Fri, 15 Apr 2016)

  New Revision: 54590

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54590

  Log:
    NEWS: mention [Feature #12245]

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 54589)
+++ ChangeLog	(revision 54590)
@@ -49,7 +49,7 @@ Wed Apr 13 15:56:35 2016  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L49
 	  well as Float#round.  [Feature #12245]
 
 	* numeric.c (flo_floor): add an optional parameter, digits, as
-	  well as Integer#floor.  [Feature #12245]
+	  well as Float#round.  [Feature #12245]
 
 	* numeric.c (int_ceil): add an optional parameter, digits, as
 	  well as Integer#round.  [Feature #12245]
Index: NEWS
===================================================================
--- NEWS	(revision 54589)
+++ NEWS	(revision 54590)
@@ -20,6 +20,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L20
 === 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 https://github.com/ruby/ruby/blob/trunk/NEWS#L36
 
   * 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 https://github.com/ruby/ruby/blob/trunk/NEWS#L61
 === 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)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]