This commit is contained in:
Justin Ethier 2021-01-17 22:44:13 -05:00
parent 046e7020b2
commit e9a2b74230

View file

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