Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2016-08-16 09:46:48 -05:00 committed by GitHub
parent 50df583ffd
commit 5d8b0aed3a
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ IMPROVEMENTS
BUG FIXES: BUG FIXES:
* core: Fix issue preventing `taint` from working with resources that had no other attributes in their diff [GH-8167] * core: Fix issue preventing `taint` from working with resources that had no other attributes in their diff [GH-8167]
* core: CLI will only run exact match commands [GH-7983] * core: CLI will only run exact match commands [GH-7983]
* core: Fix panic when resources ends up null in state file [GH-8120]
* provider/aws: guard against missing image_digest in `aws_ecs_task_definition` [GH-7966] * 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: `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] * provider/aws: Prevent errors when `aws_s3_bucket` `acceleration_status` is not available in a given region [GH-7999]