From 6edc3d0a56f92858ac378c61266ef233a8b01870 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 25 Jun 2015 08:56:56 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 684159207..4b26b09b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]