Noted bug fix

This commit is contained in:
Justin Ethier 2016-10-04 02:10:17 -04:00
parent 1665ce9e98
commit cac76eb0c2

View file

@ -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