mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Update CHANGELOG.md
This commit is contained in:
parent
600d8e3942
commit
29b49be3d4
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue