Update CHANGELOG.md

This commit is contained in:
Sander van Harmelen 2019-01-08 18:26:53 +01:00 committed by GitHub
parent ab2b17b98e
commit 3ce68d61a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ 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/show: Add support for machine readable output via a `-json` argument to `terraform show` [GH-19687]
* 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]
BUG FIXES: