From 8588b6cf23a6cf6552b889e9fbdf2a51ba329d0d Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 7 Mar 2016 13:13:38 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0e55dd5..9a54a69e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ IMPROVEMENTS: BUG FIXES: * core: No longer cancel evaluations that are delayed in the plan queue [GH-884] + * api: Guard client/fs/ APIs from being accessed on a non-client node [GH-890] * client: Allow dashes in variable names during interprelation [GH-857] * consul: Remove concurrent map access [GH-874] * driver/exec: Stopping tasks with more than one pid in a cgroup [GH-855]