mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Issue #513
This commit is contained in:
parent
705e70d12a
commit
cf5b273625
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue