summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-11 09:01:48 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-11 09:01:48 +0000
commite7a5f7bceaeec9a207cbbe056d117f408475c5ef (patch)
tree213ae6a9eeead03d22c3beddb1fd4a4abe832045 /NEWS
parentef4f8e71667c2c42050d3b38fc2510d44fb0a3c9 (diff)
downloadmpfr-e7a5f7bceaeec9a207cbbe056d117f408475c5ef.tar.gz
[doc/mpfr.texi] Documented function mpfr_buildopt_tune_case,
and added it to the list of added functions. [NEWS] Function mpfr_buildopt_tune_case is new in MPFR 3.1. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7847 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3d166a0f7..ba71ecbc3 100644
--- a/NEWS
+++ b/NEWS
@@ -43,7 +43,8 @@ Changes from versions 3.0.* to version 3.1.0:
- The --with-gmp-build configure option can now be used when the GMP
source directory and the GMP build directory are different (without
having to copy header files manually as before).
-- New functions mpfr_frexp, mpfr_grandom and mpfr_z_sub.
+- New functions mpfr_buildopt_tune_case, mpfr_frexp, mpfr_grandom and
+ mpfr_z_sub.
- New division-by-zero exception (flag) and associated functions.
- The mpfr.h header can be included several times, while still supporting
optional functions (see Section "Headers and Libraries" in the manual).