mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Cleanup of release notes
This commit is contained in:
parent
054ff5adf7
commit
3e6d625c2c
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Next Release - Date TBD
|
# Next Release - Tentatively 0.3.3 - Date TBD
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
- Added SRFI 113 - sets and bags.
|
- Added SRFI 113 - sets and bags.
|
||||||
- Improve performance by more aggressively inlining primitives that work with immutable objects, such as the numeric arithmetic and comparison functions.
|
- Improved performance by more aggressively inlining primitives that work with immutable objects, such as the numeric arithmetic and comparison functions.
|
||||||
- Allow the reader to recognize `#true` and `#false`.
|
- Allow the reader to recognize `#true` and `#false`.
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
- Prevent C compilation error when compiling string with special characters in them such as `#\tab`, `#\alarm`, and `#\return`.
|
- Prevent C compilation errors when compiling strings with special characters in them such as `#\tab`, `#\alarm`, and `#\return`.
|
||||||
- Do not generate invalid C code when compiling `+` or `*` without any arguments.
|
- Do not generate invalid C code when compiling `+` or `*` without any arguments.
|
||||||
- Handle compilation of variable-argument anonymous lambda's. For example: `((lambda x x) 3 5)`.
|
- Handle compilation of variable-argument anonymous lambdas. For example: `((lambda x x) 3 5)`.
|
||||||
|
|
||||||
# 0.3.2 - November 22, 2016
|
# 0.3.2 - November 22, 2016
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue