From bf73a31da325b789022995e4ce7fa05a29445798 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 24 Jun 2015 10:36:54 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceaede5fe8..0316218b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ BUG FIXES: * core: computed provider configurations now properly validate [GH-2457] * core: orphan (commented out) resource dependencies are destroyed in the correct order [GH-2453] + * core: validate object types in plugins are actually objects [GH-2450] * 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]