From 099f5adc7e42cc8064c379883c62c6ffdbcba9e1 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 4 Feb 2016 10:19:02 -0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d193db6..a7abc709c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ IMPROVEMENTS: * core/jobspec: Default task resources and validation [GH-739] * cli: Output of agent-info is sorted [GH-617] * cli: Ability to navigate allocation directories [GH-709] + * client: Send Node to server when periodic fingerprinters change Node + attributes/metadata [GH-749] * drivers: Interpret Nomad variables in environment variables/args [GH-653] * driver/rkt: Add support for CPU/Memory isolation [GH-610] * driver/rkt: Add support for mounting alloc/task directory [GH-645]