From 0e15e7408f4490e05a42cd5571d331d1dc9b9f63 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 11 Apr 2016 17:02:22 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8ccf580..80221a44b 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-drain -self` drains the local node [GH-1068] * 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]