Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2016-12-12 10:53:33 -08:00 committed by GitHub
parent 8a102799c2
commit 6b1d9aa3f3
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ IMPROVEMENTS:
BUG FIXES:
* core: Validate that only a single `lifecycle` block exists per rource. [GH-10656]
* core: Validate fails on invalid keys in `variable` blocks. [GH-10658]
* 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]