summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-03-09 10:58:49 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-03-09 10:58:49 +0000
commit033cc850d5f607013069a724a173fd761eb927fc (patch)
treece619d7251dff5353747175fc5aaa35d9e5ea1e9 /NEWS
parent7d138a89d0435ad9388e56490e90b585f75dbc9d (diff)
downloadmpfr-033cc850d5f607013069a724a173fd761eb927fc.tar.gz
[NEWS] Mention how to find the full list of bug fixes.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11390 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0a60240af..f9056d32a 100644
--- a/NEWS
+++ b/NEWS
@@ -87,7 +87,9 @@ Changes from versions 3.1.* to version 4.0.0:
- 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 and the inexact flag when the conversion
- is inexact.
+ is inexact. For a full list, see http://www.mpfr.org/mpfr-3.1.5/#fixed
+ and the same section for any previous 3.1.x version (follow the links
+ in the "Changes..." sections).
- MinGW (MS Windows): Added support for thread-safe DLL (shared library).
- Limited pkg-config support.