From 8a3521789dcbd114789bcb9b9682fd0f95f85415 Mon Sep 17 00:00:00 2001 From: Brian Kassouf Date: Thu, 24 Aug 2017 15:28:12 -0700 Subject: [PATCH] changelog++ --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33bec8ee8..08748b2a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ FEATURES: backend for authenticating to machines. It also supports remote host key verification through the SSH CA backend, if enabled. +IMPROVEMENTS: + * cli: Add subcommand autocompletion that can be enabled with + `vault -autocomplete-install` [GH-3223] + BUG FIXES: * core: Fix PROXY when underlying connection is TLS [GH-3195]