From 4422b9d9429c371b99c0ad32b346627d5155324f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 6 Dec 2016 12:43:42 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5021676da..498f7b3b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ BUG FIXES: * core: Fix a diff mismatch error that could happen when a resource depends on a count resource being decreased. [GH-10522] * core: On Unix machines if `getent` is not available, fall back to shell to find home dir. [GH-10515] + * communicator/ssh: Avoid race that could cause parallel remote execs on the same host to overwrite each other [GH-10549] * provider/aws: cloudfront distribution 404 should mark as gone [GH-10281] * provider/aws: Assign correct number of core instances (n-1) to aws-emr-cluster on update [GH-10529] * provider/azurem: azurerm_availability_set not is ForceNew for UpdateDomain and FaultDomain [GH-10545]