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

ruby-changes:49325

From: mrkn <ko1@a...>
Date: Sun, 24 Dec 2017 15:25:02 +0900 (JST)
Subject: [ruby-changes:49325] mrkn:r61442 (trunk): NEWS: update for bigdecimal 1.3.4

mrkn	2017-12-24 15:24:57 +0900 (Sun, 24 Dec 2017)

  New Revision: 61442

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

  Log:
    NEWS: update for bigdecimal 1.3.4

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 61441)
+++ NEWS	(revision 61442)
@@ -226,7 +226,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L226
 
 * BigDecimal
 
-  * Update to BigDecimal 1.3.3
+  * Update to BigDecimal 1.3.4
 
   * The following features are added:
 
@@ -239,9 +239,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L239
 
     * BigDecimal.ver
 
-    * BigDecimal#clone
-
-    * BigDecimal#dup
+  * BigDecimal#clone and #dup now does not make a new instance,
+    but returns the receiver itself.
 
 * Coverage
 

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

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