summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0457d4c79..f28f9eb06 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,7 @@ Changes from versions 4.0.* to version 4.1.0:
- New function mpfr_get_str_ndigits.
- New function mpfr_dot for the dot product (incomplete, experimental).
- New functions mpfr_get_decimal128 and mpfr_set_decimal128.
+- New function mpfr_cmpabs_ui.
- The mpfr_out_str function now accepts bases from -2 to -36, in order to
follow mpfr_get_str and GMP's mpf_out_str functions.
- Shared caches: cleanup; really detect lock failures (abort in this case).