From 75098df5e827d03bc795b5b14f03f7df2e732590 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 14 Apr 2017 13:15:23 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3192874472d..d2203da6d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ IMPROVEMENTS: BUG FIXES: * client: Add sticky bit to temp directory [GH-2519] + * client: Client syncs allocation state with server before waiting for + allocation destroy fixing a corner case in which an allocation may be blocked + till destroy [GH-2563] * client/artifact: Honor netrc [GH-2524] * client/artifact: Handle tars where file in directory is listed before directory [GH-2524]