From bc7400b8b3abab2383861eb31c29ba4a968868d8 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 5 Jun 2020 16:11:41 -0400 Subject: [PATCH] Issue #369 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 333d577f..c9c0cd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Bug Fixes - 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`. - Support `start` and `end` arguments to `write-string`. +- Updated the string comparison procedures (EG: `string=?`) to support more than two arguments. ## 0.17 - April 6, 2020