From 9bdc9839851ce87d078fc98ab1fb9dc8feb4943a Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 14 Apr 2016 13:02:09 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae87c289..4ee7f0e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ IMPROVEMENTS: exist [GH-981] * core: Rename successfully finished allocations to "Complete" rather than "Dead" for clarity [GH-975] + * core: Garbage collection partitioned to avoid system delays [GH-1012] * cli: `alloc-status` explains restart decisions [GH-984] * cli: `node-drain -self` drains the local node [GH-1068] * cli: `node-status -self` queries the local node [GH-1004]