From a41021689454d0b23be61ecec2e6f2dc37229bb9 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 29 Mar 2016 14:27:21 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 863f7e2d3..2ceb5ee29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ IMPROVEMENTS: * core: Rename successfully finished allocations to "Complete" rather than "Dead" for clarity [GH-975] * cli: `alloc-status` explains restart decisions [GH-984] + * cli: `node-status -self` queries the local node [GH-1004] * cli: Destructive commands now require confirmation [GH-983] * cli: `alloc-status` display is less verbose by default [GH-946] * cli: `server-members` displays the current leader in each region [GH-935]