From ea4210b2067dddb35d7ff9119ed43323b2117910 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 5 Aug 2014 10:29:01 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f87164ade..b2176d246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ BUG FIXES: * core: Default variable file "terraform.tfvars" is auto-loaded. [GH-59] * core: Multi-variables (`foo.*.bar`) work even when `count = 1`. [GH-115] + * core: `file()` function can have string literal arg [GH-145] * providers/cloudflare: Include the proper bins so the cloudflare provider is compiled * providers/aws: Engine version for RDS now properly set [GH-118]