Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2016-03-10 08:30:55 -06:00
parent cadd0c5767
commit 0b9537b942
1 changed files with 1 additions and 2 deletions

View File

@ -45,9 +45,8 @@ IMPROVEMENTS:
BUG FIXES: BUG FIXES:
* core: Fix issue with retry logic causing spurious "timeout while waiting for state to become ..." errors [GH-5460] * core: Fix several issues with retry logic causing spurious "timeout while waiting for state to become ..." errors and unnecessary retry loops [GH-5460], [GH-5538], [GH-5543], [GH-5553]
* core: Includes upstream HCL fix to properly detect unbalanced braces and throw an error [GH-5400] * core: Includes upstream HCL fix to properly detect unbalanced braces and throw an error [GH-5400]
* core: Address issues with retry behavior that were masking error messages and causing unnecessary retry loops [GH-5538] [GH-5543]
* provider/aws: Allow recovering from failed CloudWatch Event Target creation [GH-5395] * provider/aws: Allow recovering from failed CloudWatch Event Target creation [GH-5395]
* provider/aws: Fix a bug where AWS Kinesis Stream includes closed shards in the shard_count [GH-5401] * provider/aws: Fix a bug where AWS Kinesis Stream includes closed shards in the shard_count [GH-5401]
* provider/aws: Fix a bug where ElasticSearch Domain tags were not being set correctly [GH-5361] * provider/aws: Fix a bug where ElasticSearch Domain tags were not being set correctly [GH-5361]