update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2016-08-15 12:08:21 -07:00
parent db2a8b6b5d
commit 0c8b243ce0
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 7 additions and 6 deletions

View File

@ -48,6 +48,7 @@ IMPROVEMENTS
BUG FIXES:
* 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]
* 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]