1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
parent ea68278fe3
commit 1b0b42dbd9

7
NEWS
View file

@ -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