From 966f5b920d30dae9b51d25094ee8f9cb6a360f43 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 2 Dec 2016 13:14:44 -0500 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40615f833..5761e0ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ BUG FIXES: * core: Changed attribute console output shows up on Windows. [GH-10417] * core: Destroying deposed resources in create before destroy waits until the creation step of its specific index. (0.8 regression) [GH-10416] * core: Certain invalid configurations will no longer print "illegal". [GH-10448] + * core: Fix a crash that could occur when multiple deposed instances exist. [GH-10504] * command/console: variable access works [GH-10446] * provider/aws: Do not return a root device for instance store backed AMIs. [GH-9483] * provider/aws: resource_aws_opsworks_application does not accept document_root parameter [GH-10477]