From 9948d61c0af24b3219cb6c82e2c2a4d4625c5075 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 11 Jan 2019 19:27:49 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf381e443..1afbb30e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ IMPROVEMENTS: * core: Enhance service discovery error handling and messaging [GH-19589] * core: Add support to retrieve version constraints to service discovery [GH-19647] * core: Validate provisioner connection blocks, and mark host field as required [GH-19707] +* command/format: Render null in dark gray [GH-19616] * command/show: Add support for machine readable output via a `-json` argument to `terraform show` [GH-19687] * command/state: Use locking when updating states [GH-19939]