From 3ce68d61a310338e9940d8de55d57f4fb53b52bc Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Tue, 8 Jan 2019 18:26:53 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e59162eab..b117945795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: