ruby-changes:54175
From: mrkn <ko1@a...>
Date: Fri, 14 Dec 2018 12:45:37 +0900 (JST)
Subject: [ruby-changes:54175] mrkn:r66396 (trunk): NEWS: Fix description of BigDecimal.new [ci skip]
mrkn 2018-12-14 12:45:32 +0900 (Fri, 14 Dec 2018) New Revision: 66396 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66396 Log: NEWS: Fix description of BigDecimal.new [ci skip] BigDecimal.new is restored, and will be removed on bigdecimal 1.5 Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 66395) +++ NEWS (revision 66396) @@ -530,7 +530,6 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L530 * The following methods are removed. * BigDecimal.allocate - * BigDecimal.new * BigDecimal.ver * Every BigDecimal object is frozen. [Feature #13984] @@ -539,6 +538,7 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L538 * String#to_d parses the receiver string like String#to_f. + * BigDecimal.new will be removed on its version 1.5. [Pathname] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/