mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-17 09:47:33 +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
|
## 0.36.0 - TBD
|
||||||
|
|
||||||
|
Features
|
||||||
|
|
||||||
|
- Enhanced the reader to parse rationals and store them as inexact numbers.
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
- Fix `exact` to properly handle complex numbers, including raising an error when passed `nan` or `inf` double values.
|
- 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)`.
|
- 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.
|
- 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
|
Bug Fixes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue