From 85711159a56d56e12531ef8e7c75653582ab698c Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 9 Feb 2016 14:11:52 -0800 Subject: [PATCH] fix --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 365d6caf7..88a25647d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ BACKWARDS INCOMPATIBILITIES: * core: Improved restart policy with more user configuration [GH-594] - * core/cli: Print short identifiers [GH-760] + * core/cli: Print short identifiers [GH-675] * core/consul: Validate service name doesn't include period [GH-770] - * core/jobspec: Variables/constraints interpreted using ${} notation [GH-675] + * core/jobspec: Variables/constraints interpreted using ${} notation [GH-760] * client: Environment variable containing address for each allocated port [GH-704] * client: Extract artifacts into the root of the task directory [GH-756]