summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-10-13 21:56:13 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-10-13 21:56:13 +0200
commit5ff4a26fce97d96641b95c477ba09fd2ec1068d7 (patch)
treede9c88e44ad03335e44bb54ea24d86689dbf4d0f /NEWS
parent2386f364da17af3b83547caac1ed96234f95f6a6 (diff)
downloadgmp-5ff4a26fce97d96641b95c477ba09fd2ec1068d7.tar.gz
NEWS: new functions for the release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3e13c996f..2e1c73323 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,10 @@ Changes between GMP version 6.0.* and 6.1.0
FEATURES
* New C++ functions gcd and lcm for mpz_class.
- * New public mpn functions mpn_divexact_1 and mpn_cnd_swap.
+ * New public mpn functions mpn_divexact_1, mpn_zero_p, and mpn_cnd_swap.
+
+ * New public mpq_cmp_z function, to efficiently compare rationals with
+ integers.
* Support for Darwin in all x86 code, thereby enabling fat builds on Darwin.