From 1933e8e7d4c96dd56fd0cdbec935c8e2b37ad16a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 27 Oct 2016 11:17:48 -0400 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 303934d831..82f4688a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ BUG FIXES: * core: Resources suffixed with 'panic' won't falsely trigger crash detection. [GH-9395] * core: Validate lifecycle options don't contain interpolations. [GH-9576] * core: Tainted resources will not process `ignore_changes`. [GH-7855] + * core: Boolean looking values passed in via `-var` no longer cause type errors. [GH-9642] * provider/archive: Converting to datasource. [GH-8492] * provider/aws: Fix issue importing AWS Instances and setting the correct `associate_public_ip_address` value [GH-9453] * provider/aws: Fix issue with updating ElasticBeanstalk environment variables [GH-9259]