From 46b81587eff8ab825a291b7450089de3c87c5406 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 21 Aug 2014 14:04:11 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b52388145..407c77cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,8 @@ BUG FIXES: * core: Key files for provisioning can now contain `~` and will be expanded to the user's home directory. [GH-179] * core: The `file()` function can load files in sub-directories. [GH-213] + * core: Fix issue where some JSON structures didn't map properly into + Terraform structures. [GH-177] * providers/aws: Fix issues around failing to read EIPs. [GH-122] * providers/aws: Autoscaling groups now register and export load balancers. [GH-207]