From cf5b273625695856fa4809c3367f53dcda19675d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 20 Nov 2023 18:49:40 -0800 Subject: [PATCH] Issue #513 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be088ad..7f270f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.36.0 - TBD +Features + +- Enhanced the reader to parse rationals and store them as inexact numbers. + Bug Fixes - Fix `exact` to properly handle complex numbers, including raising an error when passed `nan` or `inf` double values. @@ -20,7 +24,6 @@ Features - Arthur Maciel added `make-opaque` to `(cyclone foreign)`. - Add `memory-streams` to the list of symbols that `(features)` can return, indicating that the current installation supports in-memory streams. -- Enhanced the reader to load rationals as inexact numbers. Bug Fixes