From 8701ce33cedf02da5089f945bae732302b57530f Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 4 Feb 2016 18:22:59 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d86b74a09..75b6cc33cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ BACKWARDS INCOMPATIBILITIES: * core: Improved restart policy with more user configuration [GH-594] * core/cli: Print short identifiers [GH-675] + * core/jobspec: Variables/constraints interpreted using ${} notation [GH-675] * client: Environment variable containing address for each allocated port [GH-704] * client: Extract artifacts into the root of the task directory [GH-756]