From 6f418b2530a2fed2815ed765155b2b68b70fc322 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 25 Jun 2015 08:51:28 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index faa2f1290..a12f1e4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ BUG FIXES: * core: fix `-no-color` flag in subcommands [GH-2414] * core: Fix error of 'attribute not found for variable' when a computed resource attribute is used as a parameter to a module [GH-2477] + * core: moduled orphans will properly inherit provider configs [GH-2476] * 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 issue preventing destruction of IAM Roles [GH-2177]