aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-01-05 20:28:08 -0500
committerJack Lloyd <[email protected]>2017-01-05 20:28:08 -0500
commit197ec97ff45bd15575f37eb47c97ea6900843454 (patch)
tree91a851d16eafceed209a481f5226c5f59b6ac632
parent1a0f41b9053ca472b11f5b5775a1bac867e5f477 (diff)
Document powmod fix
[ci skip]
-rw-r--r--doc/log.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 0bdfa51dd..c4b0fc258 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -10,6 +10,9 @@ Series 1.10
Version 1.10.15, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* Fix a bug causing incorrect modular exponentiation computations when
+ the modulus was even and the exponent was large. (GH #754)
+
* Fix C++98 build by avoiding std::to_string (GH #747)
Version 1.10.14, 2016-11-28