summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-10 15:41:22 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-10 15:41:22 +0000
commitbe46eca880f8389a574990bb5a9f4b1a2e40d635 (patch)
tree9e5076b311db9666f849307a8334650464562e4e /NEWS
parent5a3318c2ebb0922ff2f6f41a74252b4333124ae2 (diff)
* NEWS: describe the improvement of BigDecimal#power and BigDecimal#**.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ef00c1164e..ee400e2f89 100644
--- a/NEWS
+++ b/NEWS
@@ -102,6 +102,8 @@ with all sufficient information, see the ChangeLog file.
the platform don't support supplementary groups concept.
* bigdecimal
+ * BigDecimal#power and BigDecimal#** support non-integral exponent.
+
* Kernel.BigDecimal and BigDecimal.new now accept instances of Integer,
Rational, and Float. If you pass a Rational or a Float to them, you must
specify the precision to produce the digits of a BigDecimal.