Update CHANGELOG.md

This commit is contained in:
Justin Ethier 2020-02-13 10:09:44 -05:00 committed by GitHub
parent 4c0bf87f8b
commit 131bae3863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
Bug Fixes Bug Fixes
- Prevent truncation when dividing two fixnums. - Fixed the division (`/`) operator to ensure exact arguments will produce inexact results rather than incorrect fixnum results. The example given in R7RS is that `(/ 3 4)` must not return a mathematically incorrect result of `0`. This was previously broken in compiled code though `icyc` would return the correct result.
## 0.14 - February 11, 2020 ## 0.14 - February 11, 2020