NEWS: update for bigdecimal 1.3.4

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2017-12-24 06:24:57 +00:00
Родитель ea68278fe3
Коммит 1b0b42dbd9
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -226,7 +226,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* BigDecimal
* Update to BigDecimal 1.3.3
* Update to BigDecimal 1.3.4
* The following features are added:
@ -239,9 +239,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* BigDecimal.ver
* BigDecimal#clone
* BigDecimal#dup
* BigDecimal#clone and #dup now does not make a new instance,
but returns the receiver itself.
* Coverage