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]