update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-06-25 08:56:56 -07:00
parent 592df714eb
commit 6edc3d0a56
1 changed files with 3 additions and 1 deletions

View File

@ -71,8 +71,10 @@ BUG FIXES:
* core: moduled orphans will properly inherit provider configs [GH-2476]
* core: modules with provider aliases work properly if the parent
doesn't implement those aliases [GH-2475]
* core: unknown resource attributes passed in as parameters to modules
now error [GH-2478]
* command/apply: prevent output duplication when reporting errors [GH-2267]
* provider/aws: fix panic when route has no cidr_block [GH-2215]
* provider/aws: fix panic when route has no `cidr_block` [GH-2215]
* provider/aws: fix issue preventing destruction of IAM Roles [GH-2177]
* provider/aws: fix issue where Security Group Rules could collide and fail
to save to the state file correctly [GH-2376]