ruby-changes:49100
From: mrkn <ko1@a...>
Date: Thu, 14 Dec 2017 00:36:31 +0900 (JST)
Subject: [ruby-changes:49100] mrkn:r61215 (trunk): NEWS: bigdecimal 1.3.3
mrkn 2017-12-14 00:36:25 +0900 (Thu, 14 Dec 2017) New Revision: 61215 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61215 Log: NEWS: bigdecimal 1.3.3 Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 61214) +++ NEWS (revision 61215) @@ -206,6 +206,25 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L206 === Stdlib updates (outstanding ones only) +* BigDecimal + + * Update to BigDecimal 1.3.3 + + * The following features are added: + + * BigDecimal::VERSION + + * The following features has been deprecated, + and are planned to be removed in the version 1.4.0: + + * BigDecimal.new + + * BigDecimal.ver + + * BigDecimal#clone + + * BigDecimal#dup + * Bundler * Add Bundler to Standard Library. [Feature #12733] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/