NEWS: Update for bigdecimal future plan

[ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2018-12-23 18:32:03 +00:00
Родитель 8754b2391b
Коммит 325f9890de
1 изменённых файлов: 2 добавлений и 2 удалений

4
NEWS
Просмотреть файл

@ -374,8 +374,8 @@ sufficient information, see the ChangeLog file or Redmine
deprecation warning of BigDecimal.new. Object#to_d method is different
from BigDecimal() and BigDecimal.new.
* 1.5.0 will be released after releasing Ruby 2.6.0. This version doesn't
have BigDecimal.new method.
* 2.0.0 will be released soon after releasing Ruby 2.6.0. This version
doesn't have BigDecimal.new method.
[Bundler]