From 131bae3863ed399d5eecfeefd7177ba2b4ba4882 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 13 Feb 2020 10:09:44 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1ef65b..7dd9b34e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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