From 96206f08b2224804345c4f4d56514f215e881890 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 17 Jul 2017 18:27:53 -0700 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a2d0b12..aaec7e60b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ IMPROVEMENTS: * api: Add `verify_https_client` to require certificates from HTTP clients [GH-2587] * api/job: Ability to revert job to older versions [GH-2575] + * cli: Autocomplete for CLI commands [GH-2848] * client: Use a random host UUID by default [GH-2735] * client: Environment variables for client DC and Region [GH-2507] * client: Hash host ID so its stable and well distributed [GH-2541]