From 75a2934ddc1ebc03b4468c01a886d598eac0c2d9 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 2 Feb 2016 14:13:10 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf15d569e..3b0ae52dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ IMPROVEMENTS: * 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] + * core/jobspec: Default task resources and validation [GH-739] * 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]