From a7dad8b86f411ae9a7f880dbca34a9ae2a5562eb Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 27 Feb 2017 12:00:39 -0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8564486c..fba026c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ IMPROVEMENTS: * jobspec: Add leader task to allow graceful shutdown of other tasks within the task group [GH-2308] * periodic: Allow specification of timezones in Periodic Jobs [GH-2321] + * server: Allow specification of eval/job gc threshold [GH-2370] * server/vault: Vault Client on Server handles SIGHUP to reload configs [GH-2270] * telemetry: Clients report allocated/unallocated resources [GH-2327]