From 0e73dbc50630698416c379135f872353564f7180 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 24 Jun 2015 10:15:18 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2bed0390..232559a39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ BUG FIXES: coerced into a bool [GH-2268] * core: matching provider types in sibling modules won't override each other's config. [GH-2464] + * core: computed provider configurations now properly validate [GH-2457] * 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]