Updated 0.3.4

This commit is contained in:
Justin Ethier 2017-01-30 17:51:19 +00:00
parent 884a4a1c08
commit 9b2a084160

View file

@ -3,8 +3,9 @@
Features Features
- Koz Ross added an implementation of SRFI 60. - Koz Ross added an implementation of SRFI 60.
- Enhanced performance for programs with a high allocation rate. - Updated the garbage collector to enhance performance for programs with a high allocation rate, and to scale better to multiple concurrent threads.
- Improved error handling by `display` and `write`. - Improved error handling by `display` and `write`.
- Removed the `make_int` C macro which was deprecated and could cause problems when used in FFI functions.
Bug Fixes Bug Fixes