From 29b49be3d4f55f24af915ab9be4f1244bc9a3141 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 26 Jul 2021 09:54:32 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9dcb9d7..f6f93583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,6 @@ ## 0.31.0 - TBD -### Features - -- Built out `numerator` and `denominator` with code conforming to R7RS. - ### Bug Fixes #### General Fixes @@ -18,6 +14,7 @@ - Fixed `read-line` to prevent data loss when used in conjunction with other I/O functions (such as `read-char`) to read data from the same port. This was because the previous version of `read-line` used a different internal buffer than our other I/O functions. - Fixed a bug in `make-list` that consumed all available memory when passing a negative list length. - Allow a record type to contain fields that are not initialized by the constructor. +- Built out `numerator` and `denominator` with code conforming to R7RS. #### SRFI 18 - Multithreading Library