From 03c541ea2e2cc32606b63de7c8c1dc62ef0a18b9 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 25 Oct 2016 11:32:20 -0700 Subject: [PATCH] Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a41b484..24d2b61aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ IMPROVEMENTS: BUG FIXES: * agent: Handle the SIGPIPE signal preventing panics on journalctl restarts [GH-1802] + * cli: `alloc-status` does not query for allocation statistics if node is down + [GH-1844] * client: Prevent race when persisting state file [GH-1682] * client: Artifact download failures will be retried before failing tasks [GH-1558]