From a4a0f75f4aca673453cb32077f519cc7b77aef13 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 12 Jan 2016 09:59:05 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f14873d..191b13cfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ IMPROVEMENTS: * driver/rkt: Add support for mounting alloc/task directory [GH-645] * core/cli: Prefix based lookups of allocs/nodes/evals/jobs [GH-575] * drivers: Interpret Nomad variables in environment variables/args [GH-653] + * core: Populate job status [GH-663] BUG FIXES: * cli: Handle parsing of un-named ports [GH-604]