summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-12-27 10:53:16 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-12-27 10:53:16 +0000
commitc2f27f272aa9d9bcfb5014d5d202760af89a7b8d (patch)
treef28a712ad586a10e5df7e61772c78c60886f7250 /NEWS
parentbb3406a8639d0989f8e2db7e2a7e93083e633dee (diff)
downloadmpfr-c2f27f272aa9d9bcfb5014d5d202760af89a7b8d.tar.gz
[NEWS] Mention that mpfr_get_str now also sets the inexact flag when
the conversion is inexact (completing r11073). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11095 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 ee6fd26af..6ad2a911c 100644
--- a/NEWS
+++ b/NEWS
@@ -83,7 +83,8 @@ Changes from versions 3.1.* to version 4.0.0:
and mpfr_fms.
- Bug fixes. In particular: a speed improvement when the --enable-assert
or --enable-assert=full configure option is used with GCC; mpfr_get_str
- now sets the NaN flag on NaN input.
+ now sets the NaN flag on NaN input and the inexact flag when the conversion
+ is inexact.
- MinGW (MS Windows): Added support for thread-safe DLL (shared library).
- Limited pkg-config support.