From e0e832ede3e6ee95df46d58115e22353e596794e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 25 Aug 2016 22:22:20 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e1abcb0a..627fb60fae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ IMPROVEMENTS: BUG FIXES: * provider/aws: Stop `aws_instance` `source_dest_check` triggering an API call on each terraform run [GH-8450] * provider/aws: If an `aws_security_group` was used in Lambda function it may have prevented you from destroying such SG due to dangling ENIs created by Lambda service. These ENIs are now automatically cleaned up prior to SG deletion [GH-8033] + * provider/aws: `aws_volume_attachment` detachment errors are caught [GH-8479] ## 0.7.2 (August 25, 2016)