aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2021-03-06 08:16:38 -0500
committerJack Lloyd <[email protected]>2021-03-06 08:16:38 -0500
commit5144a26c1ace8c71c0d48bfc64fb565285e284e2 (patch)
tree48238d9603ab869dade8d4a00654f9a6a165b10e
parenta05d6d809e56a8a10be3fcb345648050f431deeb (diff)
Update news
-rw-r--r--news.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 7e53b530a..b8ed22479 100644
--- a/news.rst
+++ b/news.rst
@@ -9,6 +9,9 @@ Version 2.18.0, Not Yet Released
* Improve safegcd bounds, improving runtime performance (GH #2628 #2619)
+* Fix a bug introduced in 2.9.0 where BigInt::operator< would return
+ an incorrect result if both operands were negative. (GH #2641 #2638)
+
* Fix a regression introduced in 2.17.0 where LDFLAGS which add an extra
library (such as ``-latomic`` needed on SPARC) were not always applied
effectively. (GH #2622 #2623 #2625)