Update CHANGELOG.md

This commit is contained in:
Clint 2015-07-23 11:27:17 -05:00
parent d78dc74053
commit 8ce3d49895
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@
IMPROVEMENTS:
* provider/aws: Validate credentials before walking the graph [GH-2730]
* provider/aws: Add website_domain for S3 buckets [GH-2210]
* provider/aws: Added website_domain for S3 buckets [GH-2210]
* provider/aws: ELB names are now optional, and generated by Terraform if omitted [GH-2571]
* provider/aws: Added `source_dest_check` attribute to the aws_network_interface [GH-2741]
BUG FIXES: