From cac76eb0c2646bf7b57c04bfa0962355ba069b68 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 4 Oct 2016 02:10:17 -0400 Subject: [PATCH] Noted bug fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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