From b862dd6c3cb1c30b3766ef984e21137d668dbfd2 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 9 Dec 2016 17:53:14 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 655373ce3..4bc44f675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ IMPROVEMENTS: BUG FIXES: * agent/config: Fix use of IPv6 addresses [GH-2036] + * api: Fix file descriptor leak and high CPU usage when using the logs + endpoint [GH-2079] * cli: Improve parsing error when a job without a name is specified [GH-2030] * client: Fixed permissions of migrated allocation directory [GH-2061] * client: Ensuring allocations are not blocked more than once [GH-2040]