From 9b2a0841609723e2969fee6eeb9c45091dc8e4e3 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 30 Jan 2017 17:51:19 +0000 Subject: [PATCH] Updated 0.3.4 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ff9e56..50dba0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,9 @@ Features - 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`. +- Removed the `make_int` C macro which was deprecated and could cause problems when used in FFI functions. Bug Fixes