Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-08-19 10:59:14 -07:00
parent 2e2f6bf0f4
commit 6c985797c7

View File

@ -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]