summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-05 11:30:26 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-05 11:30:26 +0000
commit5fa8b95d5f59f5353975408ca5f266721a494681 (patch)
tree1329ff356278ba1c265af2eb6867712b03bf7e01 /NEWS
parent10492c2b2f38660a7626496ada0f85b9281ce2de (diff)
NEWS: update about bigdecimal [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 139197fd94..c471a8abbc 100644
--- a/NEWS
+++ b/NEWS
@@ -336,6 +336,10 @@ sufficient information, see the ChangeLog file or Redmine
Update to the version 1.4.0. This version includes several compatibility
issues, see Compatibility issues section below for the detail.
+ [Modified methods]
+
+ * BigDecimal() accepts new keywords "exception:" likewise Float().
+
[Coverage]
A oneshot_lines mode is added. [Feature #15022]