From 8169d5f86ddd2ea205486c0a342cdcff80f18c5b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 12 Dec 2016 10:52:58 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13fc58181..fb97788db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ IMPROVEMENTS: BUG FIXES: * core: Validate that only a single `lifecycle` block exists per rource. [GH-10656] + * core: Direct indexing into a computed list no longer errors. [GH-10657] * provider/aws: Allow import of aws_security_groups with more than one source_security_group_id rule [GH-9477] * provider/aws: Fix issue importing `aws_vpc_peering_connection` [GH-#10635] * provider/aws: Allow setting the DB Instance name when restoring from a snapshot [GH-10664]