From febf27a48ef0a6ca93370cd0de55f8a913869f5f Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 6 May 2015 19:41:18 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f445d4de..7eb2a9a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,10 @@ IMPROVEMENTS: * provider/aws: White or blacklist account IDs that can be used to protect against accidents. [GH-1595] * provider/aws: Add a subset of IAM resources [GH-939] + * provider/aws: `aws_autoscaling_group` retries deletes through "in progress" + errors [GH-1840] + * provider/aws: `aws_autoscaling_group` waits for healthy capacity during + ASG creation [GH-1839] * provider/aws: `aws_instance` supports placement groups [GH-1358] * provider/aws: `aws_eip` supports network interface attachment [GH-1681] * provider/aws: `aws_elb` supports in-place changing of listeners [GH-1619]