From 98353dbe60ce5600698e5ddb5592af99415a9888 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Tue, 26 Feb 2019 09:47:27 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42527ecf1..ce87e9c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ IMPROVEMENTS: * command/format: Reduce whitespaces in empty fields [GH-19995] * command/format: Render null in dark gray [GH-19616] * command/init: Add provider protocol compatibility UI err msg during registry discovery [GH-19976] +* command/providers schema: Add command to export schemas for all currently-configured providers [GH-20446] * 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] * provisioner/salt: Default values for `remote_state_tree` and `remote_pillar_roots` [GH-17151]