From f3e798fc45fea1b012a7403d73c46678cb660c48 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 2 Feb 2016 13:27:40 -0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7611efd..cf15d569e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ IMPROVEMENTS: * core/api: Allow users to set arbitrary headers via agent config [GH-699] * core/cli: Prefix based lookups of allocs/nodes/evals/jobs [GH-575] * core/cli: Print short identifiers and UX cleanup [GH-675, GH-693, GH-692] + * core/client: Client pulls minimum set of required allocations [GH-731] * cli: Output of agent-info is sorted [GH-617] * cli: Ability to navigate allocation directories [GH-709] * drivers: Interpret Nomad variables in environment variables/args [GH-653]