From 754b69219b64e6fc48f78293d204cd19460e7b02 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 2 Mar 2015 09:45:38 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c98ef3685..14168697a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ IMPROVEMENTS: * core: The serial of the state is only updated if there is an actual change. This will lower the amount of state changing on things like refresh. + * core: Autoload `terraform.tfvars.json` as well as `terraform.tfvars` [GH-1030] BUG FIXES: