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

NEWS: update about bigdecimal [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2018-12-05 11:30:26 +00:00
parent 10492c2b2f
commit 5fa8b95d5f

4
NEWS
View file

@ -336,6 +336,10 @@ sufficient information, see the ChangeLog file or Redmine
Update to the version 1.4.0. This version includes several compatibility Update to the version 1.4.0. This version includes several compatibility
issues, see Compatibility issues section below for the detail. issues, see Compatibility issues section below for the detail.
[Modified methods]
* BigDecimal() accepts new keywords "exception:" likewise Float().
[Coverage] [Coverage]
A oneshot_lines mode is added. [Feature #15022] A oneshot_lines mode is added. [Feature #15022]