From 8426f5140b30c486c530994823015423d4f1f76e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 15 Dec 2014 22:14:08 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01fcf09b6e..9372935499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ BUG FIXES: resulting in cleaner plans. [GH-663] * core: fix issue where "diff was not the same" would come up with diffing lists. [GH-661] + * core: fix crash where module inputs weren't strings, and add more + validation around invalid types here. [GH-624] * provider/aws: Fix crash case when internet gateway is not attached to any VPC. [GH-664] * provider/aws: `vpc_id` is no longer required. [GH-667]