From 3b1c7b242d8a2f283ca625c57b91690ae688c7ca Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 9 Mar 2017 16:59:46 -0500 Subject: [PATCH] Version 0.4 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8edebc27..8b7e1f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Next Release (Tentatively 0.4) - TBD +## 0.4 - March 9, 2017 - Added a new bignum type to support exact integers of practically unlimited size. - As part of the bignum changes, modified the code for exact integer arithmetic to detect overflow.