Update CHANGELOG.md

This commit is contained in:
Kristin Laemmert 2019-02-26 09:47:27 -08:00 committed by GitHub
parent 6b6be3af35
commit 98353dbe60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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]