summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2011-05-06 23:31:07 +0200
committerMarc Glisse <marc.glisse@inria.fr>2011-05-06 23:31:07 +0200
commit8e28b13a11b763fe57d2890833bc3e534a0e30c4 (patch)
tree340cc8e15c9247440f8da36ee7dd8acbd3d35b8b /NEWS
parent80aa8191296bb40a8a35e03db6c6d2eae329cb52 (diff)
downloadgmp-8e28b13a11b763fe57d2890833bc3e534a0e30c4.tar.gz
Make some conversions between C++ types explicit.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 97c25306c..9bbe0807f 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,17 @@ Verbatim copying and distribution of this entire article is permitted
in any medium, provided this notice is preserved.
+Changes between GMP version 5.0.* and 5.1.0
+
+ BUGS FIXED
+ * When reading a C++ number (like mpz_class) in an istream reaches the end
+ of the stream, the eofbit is now set.
+
+ MISC
+ * In C++, the conversions mpq_class->mpz_class, mpf_class->mpz_class and
+ mpf_class->mpq_class are now explicit.
+
+
Changes between GMP version 5.0.0 and 5.0.1
BUGS FIXED