Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-09-27 12:36:55 -07:00
parent 2e39b8eaf3
commit 100f8e3a8c
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ FEATURES:
IMPROVEMENTS:
* core: Plugins are loaded from `~/.terraform.d/plugins` (Unix) or
`%USERDATA%/terraform.d/plugins` (Windows).
* 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]