From 045aea0c4981ab62b2223f8982b635101749f6f9 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 2 Dec 2019 13:02:41 -0500 Subject: [PATCH] cxr fixes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 666dcfb5..2db9f93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Features Bug Fixes - Fixed `integer?` such that if `x` is an inexact real number, then `(integer? x)` is true if and only if `(= x (round x))`, per R7RS. +- @extrasharp fixed issues with definitions in `(scheme cxr)`. - @nymacro fixed a bug in the bootstrap Makefile that prevented builds from working on FreeBSD. Internals