From 2701ab3892236ebb48c15e7837b86b58365ab6e1 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 8 Jun 2017 13:36:51 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b557a86f..21b7b631e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,9 +25,10 @@ IMPROVEMENTS: BUG FIXES: * core: Protect against nil job in new allocation, avoiding panic [GH-2592] + * client: Add sticky bit to temp directory [GH-2519] + * client: Include symlinks in snapshots when migrating disks [GH-2687] * client: Regression for allocation directory unix perms introduced in v0.5.6 fixed [GH-2675] - * 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]