Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2015-11-23 09:02:45 -06:00
parent 8ee8d384aa
commit c524682f2d
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ BUG FIXES:
* provider/aws: Fix issue with updating the `aws_ecs_task_definition` where `aws_ecs_service` didn't wait for a new computed ARN [GH-3924]
* provider/aws: Prevent crashing when deleting `aws_ecs_service` that is already gone [GH-3914]
* provider/aws: Allow spaces in `aws_db_subnet_group.name` (undocumented in the API) [GH-3955]
* provider/aws: Make VPC ID required on subnets [GH-4021]
* provider/azure: various bugfixes [GH-3695]
* provider/digitalocean: fix issue preventing SSH fingerprints from working [GH-3633]
* provider/digitalocean: Fixing the DigitalOcean Droplet 404 potential on refresh of state [GH-3768]