X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/1ed947202d0a69c6808f8f596482e8b5e7bcc5de..79881c050bfa025ac58e0940c496592d857e3044:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 8c144d2..5294223 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,11 @@ same day. The topmost version listed is the one you have. Unreleased ---------- +- BigUnsignedInABase(std::string) Reject digits too big for the base. + Bug reported by Niakam Kazemi. + +2008.07.20 +---------- Dennis Yew pointed out serious problems with ambiguities and unwanted conversions when mixing BigInteger/BigUnsigned and primitive integers. To fix these, I removed the implicit conversions from BigInteger/BigUnsigned to