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
This commit is contained in:
mrkn 2018-12-14 03:45:32 +00:00
Родитель d11525728f
Коммит 308360f13b
1 изменённых файлов: 1 добавлений и 1 удалений

2
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]