summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-03-31 13:26:32 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-03-31 13:26:32 +0000
commitcf3043aa2fbbb33696120f3a370e92a905d8c05e (patch)
treec5ee47460f4251f1b0f47233db099cdbe3ee93ef /NEWS
parent4ff67a462738e4f9be35bfde76138ab719c647a7 (diff)
downloadmpfr-cf3043aa2fbbb33696120f3a370e92a905d8c05e.tar.gz
Add items.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3424 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2fc4e37ac..d5a8839c1 100644
--- a/NEWS
+++ b/NEWS
@@ -23,14 +23,15 @@ MA 02111-1307, USA.
Changes from version 2.1.0 to version 2.2.0:
- Bug fixes.
- new functions mpfr_set_overflow, mpfr_set_underflow, mpfr_set_inexflag,
- mpfr_set_erangeflag, mpfr_set_nanflag
+ mpfr_set_erangeflag, mpfr_set_nanflag, mpfr_erfc
- Remove the exported variables from mpfr.h to mpfr-impl.h.
- Grep CC and CFLAGS from GMP Makefile if possible.
- Math functions are faster (Both average and worst case).
- Better support for long double.
-- Shared library of MPFR
+- Shared library of MPFR.
- Binary compatible with previous versions if you don't use undocumented
features.
+- Logging facility.
Changes from version 2.0.3 to version 2.1.0:
- Bug fixes.