From 6136e0bafbbc6f77d36fdb344048c7a6f6ee026a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 28 Jul 2021 22:40:42 -0400 Subject: [PATCH] Revise release notes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2738427..f2e93f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Features -- Initiate major garbage collections faster after allocating a huge object (more than 500K). This allows the system to reclaim the memory faster and keep overall memory usage low for certain workloads. +- Initiate major garbage collections faster after allocating a huge object (larger than 500K). This allows the system to reclaim the memory faster and keep overall memory usage low for certain workloads. Bug Fixes