Update CHANGELOG.md

This commit is contained in:
Radek Simko 2016-01-07 21:16:32 +00:00
parent eb444d12a4
commit e2e16ceca4
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,7 @@ IMPROVEMENTS:
* provider/aws: Retry MalformedPolicy errors due to newly created principals in S3 Buckets [GH-4315]
* provider/aws: Validate `name` on `db_subnet_group` against AWS requirements [GH-4340]
* provider/aws: wait for ASG capacity on update [GH-3947]
* provider/aws: Add validation for ECR repository name [GH-4431]
* provider/cloudstack: performance improvements [GH-4150]
* provider/docker: Add support for setting the entry point on `docker_container` resources [GH-3761]
* provider/docker: Add support for setting the restart policy on `docker_container` resources [GH-3761]
@ -77,7 +78,6 @@ BUG FIXES:
* provider/aws: Fix issue with Elastic IPs not recognizing when they have been unassigned manually [GH-4387]
* provider/aws: Use body or URL for all CloudFormation stack updates [GH-4370]
* provider/aws: Fix template_url/template_body conflict [GH-4540]
* provider/aws: Add validation for ECR repository name [GH-4431]
* provider/aws: Fix bug w/ changing ECS svc/ELB association [GH-4366]
* provider/azure: Update for [breaking change to upstream client library](https://github.com/Azure/azure-sdk-for-go/commit/68d50cb53a73edfeb7f17f5e86cdc8eb359a9528). [GH-4300]
* provider/digitalocean: Fix issue where a floating IP attached to a missing droplet causes a panic [GH-4214]