From e38be03614d343e0a543763dc3df2e8a7ca683ef Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Wed, 13 Apr 2016 09:46:43 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9223174c5..0aebf9eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ BUG FIXES: * core: Fix issue where in-place updated allocation double counted resources [GH-957] * core: Prevent garbage collection of running batch jobs [GH-989] + * core: Fix drained, batched allocations from being migrated indefinitely + [GH-1086] * client: Tasks can interpret Meta set in the task group and job [GH-985] * client: All tasks in a task group are killed when a task fails [GH-962] * client: Fix common exec failures on CentOS and Amazon Linux [GH-1009]