diff options
author | Jack Lloyd <[email protected]> | 2015-07-23 23:53:28 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-07-23 23:53:28 -0400 |
commit | c3b243d95e3c200af7fe4533bec6ab8d9f8a27d9 (patch) | |
tree | fb51c52bdf2e1fe0e5bc1fd47b52b3a3ecf16846 /doc | |
parent | aaf7af95d54dd015a6649f5bdf32e3746a6ac1c2 (diff) |
BigInt::to_u32bit failed on 32-bit integers. GH #220
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst index 214e93962..41277760a 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -4,6 +4,9 @@ Release Notes Version 1.11.19, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* BigInt::to_u32bit would fail if the value was exactly 32 bits. + GH #220 + Version 1.11.18, 2015-07-05 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |