From 4f2e7559859a78ff3cbb4d1ad0c3c49fa635cdd0 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 29 Jan 2016 08:51:42 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8402a8b5f..7d40fb3d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ IMPROVEMENTS: * core/api: Allow users to set arbitrary headers via agent config [GH-699] * core: Computed node class and stack optimization [GH-691, GH-708] * cli: Ability to navigate allocation directories [GH-709] + * core: Cgroup fingerprinter [GH-712] BUG FIXES: * cli: Handle parsing of un-named ports [GH-604]