From cc54f393af2ed5c86b08993f6b917df72a36671a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 30 Sep 2020 13:08:10 -0400 Subject: [PATCH] Issue #414 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3655d32d..7729122d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 0.22 - TBD +Features +- Added definitions from SRFI 162 (comparators sublibrary) to the `(srfi 128)` library. + Bug Fixes - The compiler now displays a helpful error message to the user when compilation of a program fails due to an error building a dependent library.