Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-09-30 15:38:04 -07:00
parent 3b2272c69f
commit 3ae6f6ba76
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ FEATURES:
IMPROVEMENTS:
* config: Trailing commas are now allowed for the final elements of lists.
* core: Plugins are loaded from `~/.terraform.d/plugins` (Unix) or
`%USERDATA%/terraform.d/plugins` (Windows).
* helper/schema: Can now have default values. [GH-245]