summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-13 15:36:25 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-13 15:36:25 +0000
commit3874e0d1fb53cfd30705e412638be155eaf6f3b0 (patch)
tree73dcfefeda4bc9bd2a08a33687ca9c08570d113d /NEWS
parent06d36a1a37392362251bedd523171f0d78853ff1 (diff)
NEWS: bigdecimal 1.3.3
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 219867832a..12949c496c 100644
--- a/NEWS
+++ b/NEWS
@@ -206,6 +206,25 @@ with all sufficient information, see the ChangeLog file or Redmine
=== 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]