Version 0.4

This commit is contained in:
Justin Ethier 2017-03-09 16:59:46 -05:00
parent 45c3d05369
commit 3b1c7b242d

View file

@ -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.