diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d0ddf29..9109144c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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