summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-14 03:45:32 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-14 03:45:32 +0000
commit308360f13b0f2b3604c87f0c517f3dc49f6e7f73 (patch)
tree110a5d96983e0ba59727e08d24bfbf4963458a5e /NEWS
parentd11525728f57be9d56feb1a6947a78591ddc9582 (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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]