Update CHANGELOG.md (#9303)

This commit is contained in:
Radek Simko 2016-10-10 14:09:52 +02:00 committed by GitHub
parent 70a90cc1f4
commit 7fddaf04bd
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ BUG FIXES:
* command/fmt: Leading comments on list items are formatted properly
* provider/aws: Return correct AMI image when `most_recent` is set to `true`. [GH-9277]
* provider/aws: Fix issue with diff on import of aws_eip in EC2 Classic [GH-9009]
* provider/aws: Handle EC2 tags related errors in CloudFront Distribution resource. [GH-9298]
* provider/azurerm: removing resources from state when the API returns a 404 for them [GH-8859]
* provider/azurerm: arm_virtual_machine diagnostics_profile was causing a panic on the Read func [GH-9122]