From 6c985797c765e3497d74b00eefbe33b7862e39e2 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 19 Aug 2014 10:59:14 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c8c3f481..56934fe8c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ BACKWARDS INCOMPATIBILITIES: * Keys cannot be double-quoted strings: `"foo" = "bar"` is no longer valid. +IMPROVEMENTS: + + * core: "~/.terraformrc" (Unix) or "%APPDATA%/terraform.rc" (Windows) + can be used to configure custom providers and provisioners. [GH-192] + BUG FIXES: * core: Variables are validated to not contain interpolations. [GH-180]