From fdb0239b4e811dd8d78c0ad8b8df11dabe7df558 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 26 Sep 2014 10:13:49 -0700 Subject: [PATCH] Update CHANGELO --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f82ba8bf0..a600155bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ ## 0.3.0 (unreleased) +FEATURES: + + * **Modules**: Configuration can now be modularized. Modules can live on + GitHub, BitBucket, Git/Hg repos, HTTP URLs, and file paths. Terraform + automatically downloads/updates modules for you on request. + * The state file format is now JSON rather than binary. This allows for + easier machine and human read/write. Old binary state files will be + automatically upgraded. + IMPROVEMENTS: * helper/schema: Can now have default values. [GH-245] - * providers/aws: New resource db_subnet_group. [GH-295] - * providers/aws: Add map_public_ip_on_launch for subnets. [GH-285] + * providers/aws: New resource `db_subnet_group`. [GH-295] + * providers/aws: Add `map_public_ip_on_launch` for subnets. [GH-285] BUG FIXES: