From e9a2b7423073acbf22891197183a01a06a9a4f0e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 17 Jan 2021 22:44:13 -0500 Subject: [PATCH] Issue #365 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2617edb8..19523cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## 0.25 - TBD TODO: consider creating a revised overview of our GC that unifies the original writeup, lazy sweeping, and these latest changes for safely sharing objects between threads. +Features + +- Added the `-COPT` compiler option to allow specifying options for the C compiler. + Bug Fixes - Fix import of library dependencies from the interpreter, when the dependencies are imported via `cond-expand`.