diff options
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 3 |
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 |