summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-08 04:39:23 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-08 04:39:23 +0000
commitf41a2574f03bb2ebceca1d17ab40ecba3680a4fb (patch)
treed0e90a2dffbccb90ffbca3ccfb3cda776e57aa72 /NEWS
parentc95d5b250d2cf81e0e53e919b6023da0e7e621f6 (diff)
Updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c09a9f8937..52cd3c5bd8 100644
--- a/NEWS
+++ b/NEWS
@@ -32,8 +32,9 @@ with all sufficient information, see the ChangeLog file.
* New methods
* Fixnum#bit_length
* Performance improvement
- * Use GMP for multiplication and several other operations of big numbers
- if it is available.
+ * Use GMP if available.
+ GMP is used only for several operations:
+ multiplication, division, radix conversion, GCD
* Binding
* New methods