From 09d563bf53d20e075d1ac3172aabfc5830312b43 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 26 Jul 2018 17:11:48 -0400 Subject: [PATCH] Added 0.9 details --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aff67cc..a0eabb67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 0.9 - TBD +This release significantly improves garbage collection performance by using [lazy sweeping](docs/Garbage-Collector-Lazy-Sweeping.md). Improvements are most notable to applications that perform a lot of allocations and have a large number of shortly-lived objects. + ## 0.8.1 - July 2, 2018 Features