summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-24 06:24:57 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-24 06:24:57 +0000
commit1b0b42dbd9095938c140da5a5609cf992d3faff2 (patch)
tree247ef4e802ce2e9425cae92cca2048b709c1738c /NEWS
parentea68278fe39f0b7f7dba6a34ae8bf6d4acb94fb5 (diff)
NEWS: update for bigdecimal 1.3.4
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 44fd6392c7..878d592687 100644
--- a/NEWS
+++ b/NEWS
@@ -226,7 +226,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* BigDecimal
- * Update to BigDecimal 1.3.3
+ * Update to BigDecimal 1.3.4
* The following features are added:
@@ -239,9 +239,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* BigDecimal.ver
- * BigDecimal#clone
-
- * BigDecimal#dup
+ * BigDecimal#clone and #dup now does not make a new instance,
+ but returns the receiver itself.
* Coverage