From 0ef4fadb2584770aa04be281b30da473ef2ecf39 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 30 Dec 2015 13:28:49 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de7957c55..b5540034a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ IMPROVEMENTS: back to an empty table [GH-849] * cli: Allow setting the `advertise_addr` for HA via the `VAULT_ADVERTISE_ADDR` environment variable [GH-581] + * cli/token-lookup: Add token-lookup command [GH-892] * cli/server: Use internal functions for the token-helper rather than shelling out, which fixes some problems with using a static binary in Docker or paths with multiple spaces when launching in `-dev` mode [GH-850]