summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-22 04:55:03 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-22 04:55:03 +0000
commitc1c52ef76d893fe39d6c645cae917d4b6a63c0b0 (patch)
treecf6501dbe12a98ab4e36924446cc97ee2c8d773f /doc
parent44643180f241ac31d46f9d97cc3fd8ac0b728160 (diff)
Mention the import of BigFloat.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index ca0b2c29d6..0129c87c75 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,8 @@
+: BigFloat
+
+ Imported courtesy of Shigeo Kobayashi. Variable precision extension
+ library.
+
: IO
64bit off_t support by Janathan Baker.