Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2016-08-12 18:07:23 -05:00 committed by GitHub
parent b9f950f1d4
commit e909bc8ad2
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ IMPROVEMENTS
* provider/google: Support Import of `google_compute_autoscaler` [GH-8115]
BUG FIXES:
* core: Fix issue preventing `taint` from working with resources that had no other attributes in their diff [GH-8167]
* provider/aws: guard against missing image_digest in `aws_ecs_task_definition` [GH-7966]
* provider/aws: `aws_cloudformation_stack` now respects `timeout_in_minutes` field when waiting for CF API to finish an update operation [GH-7997]
* provider/aws: Prevent errors when `aws_s3_bucket` `acceleration_status` is not available in a given region [GH-7999]