From bd17fa5eaa0dc50d5177a04ebb94fa862b48a046 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 25 Jun 2015 08:55:41 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a12f1e4d05..6841592075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,8 @@ BUG FIXES: * 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] + * core: modules with provider aliases work properly if the parent + doesn't implement those aliases [GH-2475] * 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]