mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Noted bug fix
This commit is contained in:
parent
1665ce9e98
commit
cac76eb0c2
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ Bug Fixes
|
|||
- Improved macro hygiene support to properly rename temporary variables in the `let-values` macro.
|
||||
- Improve output of `error` by outputting objects as they are represented in memory by using `write`.
|
||||
- Check for duplicate lambda parameters during compilation.
|
||||
- Fixd an error that was being raised when calling `(random-source-randomize! default-random-source)`.
|
||||
|
||||
# 0.2 - September 7, 2016
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue