From 709e0cbdca69edbd5a6176b5d95f1b5681341942 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 21 May 2020 18:39:38 -0400 Subject: [PATCH] Added a note about (eqv?) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb320c5..6370f3f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Bug Fixes - Allow `open-binary-input-file` and `open-binary-output-file` to be accessible via the REPL. - Fix `bytevector?` predicate which was accidentally aliased to `vector?`. - Fix `list-copy` to return a non-list object instead of raising an error, per R7RS. +- Fixed `eqv?` to use R7RS semantics to ensure equality of different instances of the same numeric value. The function was previously just an alias of `eq?`. - Support two-argument version of `atan`. ## 0.17 - April 6, 2020