From 308360f13b0f2b3604c87f0c517f3dc49f6e7f73 Mon Sep 17 00:00:00 2001 From: mrkn Date: Fri, 14 Dec 2018 03:45:32 +0000 Subject: [PATCH] NEWS: Fix description of BigDecimal.new [ci skip] BigDecimal.new is restored, and will be removed on bigdecimal 1.5 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 856d813f5b..df54b1b1c5 100644 --- a/NEWS +++ b/NEWS @@ -530,7 +530,6 @@ sufficient information, see the ChangeLog file or Redmine * 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 ChangeLog file or Redmine * String#to_d parses the receiver string like String#to_f. + * BigDecimal.new will be removed on its version 1.5. [Pathname]