aboutsummaryrefslogtreecommitdiffstats
path: root/doc/NEWS-1.9.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/NEWS-1.9.3')
-rw-r--r--doc/NEWS-1.9.32
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/NEWS-1.9.3 b/doc/NEWS-1.9.3
index ef00c1164e..ee400e2f89 100644
--- a/doc/NEWS-1.9.3
+++ b/doc/NEWS-1.9.3
@@ -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.