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
ac330dfffc
commit
c760283bff
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ Features
|
|||
|
||||
Bug Fixes
|
||||
|
||||
- Added a void type and a new supporting function `(void)`. A void object is also now returned in situations where the return value is undefined: `for-each` and `if` expressions with out an else clause.
|
||||
- Allow `open-binary-input-file` and `open-binary-output-file` to be accessible via the REPL.
|
||||
- Fix `bytevector?` predicate which was accidentally aliased to `vector?`.
|
||||
- Fix `list-copy` to return a non-list object instead of raising an error, per R7RS.
|
||||
|
|
Loading…
Add table
Reference in a new issue