summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-09-14 09:23:39 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-09-14 09:23:39 +0000
commit9f73a3e27cd45b1f609713bdfe47318b7e5e3d87 (patch)
treed2c6c39b8021ebd6ebad7c717508ee5196b8c168 /NEWS
parent64d98fc4694022d709e421f7b4254c476725daf7 (diff)
downloadmpfr-9f73a3e27cd45b1f609713bdfe47318b7e5e3d87.tar.gz
Old, deprecated macros mpfr_add_one_ulp and mpfr_sub_one_ulp removed.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11748 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b1741df78..7d0d59ee2 100644
--- a/NEWS
+++ b/NEWS
@@ -70,6 +70,8 @@ Changes from versions 3.1.* to version 4.0.0:
now the usual ternary value. Note that the position of "const" in the
mpfr_sum prototype has been fixed (the manual was correct); user code
should not be affected.
+- Old, deprecated macros mpfr_add_one_ulp and mpfr_sub_one_ulp removed.
+ The mpfr_next* functions should be used instead.
- Internally, improved caching: a minimum of 10% increase of the precision
is guaranteed to avoid too many recomputations; added mpz_t caching.
- Added configure option --enable-assert=none to avoid checking any assertion.