X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/7b1c64847dcd13f020dfbfe63337378beb4d6dce..4f4a02c2256d1e4a45eaa9b05bcb5f85e7652bc2:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 11d1ee9..0f87898 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,11 @@ roughly corresponds to the release date of that version in `YYYY.MM.DD[.N]' format, where `.N' goes `.2', `.3', etc. if there are multiple versions on the same day. The topmost version listed is the one you have. +Unreleased +---------- +- dataToBigInteger: Change a `delete' to `delete []' to avoid leaking memory. + Bug reported by Nicolás Carrasco. + 2009.03.26 ---------- - BigUnsignedInABase(std::string) Reject digits too big for the base.