From a49ee8c1504738dc35ec50f2b21821249f1f1d42 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 8 Aug 2017 11:05:31 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f330c348..7fa851796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ IMPROVEMENTS: * core: `distinct_property` constraint can set the number of allocations that are allowed to share a property value [GH-2942] * core: Lost allocations replaced even if part of failed deployment [GH-2961] + * api: Redact Vault.Token from AgentSelf response [GH-2988] * client/template: Allow template to set Vault grace [GH-2947] * driver/rkt: support read-only volume mounts [GH-2883]