From 1884f8ac52c540782586991fc90b8f0899ffe426 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 16 Jan 2017 10:49:49 +0000 Subject: [PATCH] Note on allocation changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30414b63..fa5f8afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Features +- Enhanced performance for programs with a high allocation rate. - Improved error handling by `display` and `write`. Bug Fixes