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]