From 89455ff2ba973f2a9ee7b79657e0e6f1f31501f9 Mon Sep 17 00:00:00 2001 From: mrkn Date: Mon, 3 Dec 2018 09:21:39 +0000 Subject: NEWS: write about bigdecimal updates [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6df1abeef3..680a2bde86 100644 --- a/NEWS +++ b/NEWS @@ -320,6 +320,11 @@ sufficient information, see the ChangeLog file or Redmine * Use 1.17.1. It's latest stable version. +[BigDecimal] + + Update to the version 1.4.0. This version includes several compatibility + issues, see Compatibility issues section below for the detail. + [Coverage] A oneshot_lines mode is added. [Feature #15022] @@ -478,6 +483,20 @@ sufficient information, see the ChangeLog file or Redmine * thwait * tracer +[BigDecimal] + + * The following methods are removed. + + * BigDecimal.allocate + * BigDecimal.new + * BigDecimal.ver + + * Every BigDecimal object is frozen. [Feature #13984] + + * BigDecimal() parses the given string like Float(). + + * String#to_d parses the receiver string like String#to_f. + === C API updates === Supported platform changes -- cgit v1.2.3