Update CHANGELOG.md

This commit is contained in:
Paul Stack 2016-08-07 19:30:42 +12:00 committed by GitHub
parent a5d4ec65b5
commit 664626a352
1 changed files with 3 additions and 2 deletions

View File

@ -3,9 +3,10 @@
FEATURES:
* **New Resource:** `aws_vpn_gateway_attachment` [GH-7870]
IMPROVEMENTS:
* provider/vsphere: Improved SCSI controller handling in `vsphere_virtual_machine` [GH-7908]
IMPROVEMENTS
* provider/aws: Introduce `aws_elasticsearch_domain` `elasticsearch_version` field (to specify ES version) [GH-7860]
* provider/aws: Query all pages of group membership [GH-6726]
* provider/vsphere: Improved SCSI controller handling in `vsphere_virtual_machine` [GH-7908]
BUG FIXES:
* provider/aws: guard against missing image_digest in `aws_ecs_task_definition` [GH-7966]