summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-29 09:49:50 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-29 09:49:50 +0000
commit2f908272459ec668bc8a67135ccfd8179b2385f7 (patch)
treec29640cafba2f2d98bc2bb642dfdb05bf663744f /NEWS
parentdd5d97dd79afe1eec5697afc612fd6d51ff00866 (diff)
downloadmpfr-2f908272459ec668bc8a67135ccfd8179b2385f7.tar.gz
[NEWS] Removed a useless note (as the ABI has already changed).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10141 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index db8078047..03a4787d3 100644
--- a/NEWS
+++ b/NEWS
@@ -59,7 +59,7 @@ Changes from versions 3.1.* to version 3.2.0:
now the usual ternary value.
- Internally, improved caching: a minimum of 10% increase of the precision
is guaranteed to avoid too many recomputations; added mpz_t caching.
- [TODO: add shared caches; note that the ABI can be changed.]
+ [TODO: add shared caches.]
- Added configure option --enable-assert=none to avoid checking any assertion.
- The --enable-decimal-float configure option no longer requires
--with-gmp-build.