From b3b8688616f94965e309538b06f2af76cfc5abf8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 17 Feb 2015 16:41:57 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b006042d7..033bbcacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ BUG FIXES: * provider/aws: Instance should ignore root EBS devices. [GH-877] * provider/aws: Fix `aws_db_instance` to not recreate each time. [GH-874] * provider/aws: ASG termination policies are synced with remote state. [GH-923] + * provider/aws: ASG launch configuration setting can now be updated in-place. [GH-904] * provider/aws: No read error when subnet is manually deleted. [GH-889] * provider/aws: Tags with empty values (empty string) are properly managed. [GH-968]