Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2016-10-08 17:38:37 +08:00 committed by GitHub
parent 9b4235bd72
commit c1a359c723
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ IMPROVEMENTS:
BUG FIXES:
* command/fmt: Bare comment groups no longer have superflous newlines
* 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/azurerm: removing resources from state when the API returns a 404 for them [GH-8859]