summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-08 13:01:31 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-08 13:01:31 +0000
commite6db0fe6bd359c65b8fdd87b6c6af610e802ce4b (patch)
tree446f19646d4be3f9fa1b194c8f896dcd04956d1d /NEWS
parent50315d13d79d6a7fe8e60b2865bc89eae81f7c08 (diff)
downloadmpfr-e6db0fe6bd359c65b8fdd87b6c6af610e802ce4b.tar.gz
fixed bug in mpfr_sin (possible wrong inexact flag for rounding to nearest)
added items in NEWS and TODO git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3705 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6f8c42ce3..0457b7b69 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,7 @@ Changes from version 2.1.1 to version 2.2.0:
features.
- Thread safe (if built with --enable-thread-safe).
- Logging facility.
+- Change in the semantics of mpfr_out_str/mpfr_get_str when n_digits=0.
Changes from version 2.1.0 to version 2.1.1:
- Better way to detect the GMP library.