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
d525e1eef3
commit
818e3e2908
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ Features:
|
|||
Bug Fixes:
|
||||
|
||||
- Thanks to Mark Meyer, identified and fixed several segfaults in `write` and `display`.
|
||||
- Updated `write` to display escaped character sequences (EG: "\t") instead of literal characters.
|
||||
- Updated `write` to display escaped character sequences (EG: `\t`) instead of literal characters.
|
||||
- Prevent C compilation errors when building a program that only contains basic primitives or a constant at the top level.
|
||||
- Fixed the compiler to allow application of a function that can take any number of arguments. For example:
|
||||
|
||||
((lambda test (write test)) 1 2 3 4)
|
||||
((lambda test (write test)) 1 2 3 4)
|
||||
|
|
Loading…
Add table
Reference in a new issue