From 1b02dd01e96c327fd4e1ec22d8ce5e5308447ec5 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 14 Jun 2017 21:56:56 -0400 Subject: [PATCH] Issue #196 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26549f67..b5bf0577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Features +- On Arthur Maciel's suggestion, modified Cyclone to always check its system folder for a library if an import is not found. In conjunction with this, the `CYCLONE_LIBRARY_PATH` environment variable may be set to force Cyclone to look in a specific place other than the system folder for libraries. + - Decrease minor GC time by only tracing globals when one of them has changed. ## 0.5.2 - June 5, 2017