Update CHANGELOG.md

This commit is contained in:
Clint 2017-01-04 15:30:14 -06:00 committed by GitHub
parent ed60b73959
commit 102ed7ac33
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ IMPROVEMENTS:
* provider/aws: Added a validation for security group rule types [GH-10864]
* provider:aws: Add support for updating aws_emr_cluster parameters [GH-11008]
* provider/aws: Add Placement Constraints to `aws_ecs_task_definition` [GH-11030]
* provider/aws: Increasing timeout for redshift cluster creation to 75 minutes [GH-11041]
* provider/azurerm: support non public clouds [GH-11026]
* provider/azurerm: Azure resource providers which are already registered are no longer re-registered. [GH-10991]
* provider/docker: Add network create --internal flag support [GH-10932]