Skip to content

Commit

Permalink
Issue #513
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Nov 21, 2023
1 parent 705e70d commit cf5b273
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit cf5b273

Please sign in to comment.