From 3ae6f6ba765a3be47c331bcc2ecd05514e703d8f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 30 Sep 2014 15:38:04 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01af98894..7c706b4de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]