Update CHANGELOG.md

This commit is contained in:
Paul Stack 2016-03-09 23:30:27 +01:00
parent c5ea6d0fb9
commit a4c8d869d3
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ BUG FIXES:
* provider/aws: Fix a bug where ElasticSearch Domain tags were not being set correctly [GH-5361]
* provider/aws: Fix a bug where AWS Kinesis Stream includes closed shards in the shard_count [GH-5401]
* provider/aws: Fix error with parsing JSON in `aws_s3_bucket` policy attribute [GH-5474]
* provider/aws: Fis a bug where `publicly_assessible` wasn't being set to state in `aws_db_instance` [GH-5535]
* provider/aws: Fix a bug where `publicly_assessible` wasn't being set to state in `aws_db_instance` [GH-5535]
* provider/aws: Fix a bug where `aws_route` would show continual changes in the plan when not computed [GH-5321]
* provider/openstack: Fix race condition between instance deletion and volume detachment [GH-5359]
* provider/openstack: Fix crashing during certain network updates in instances [GH-5365]
* provider/openstack: Account for a 403 reply when os-tenant-networks is disabled [GH-5432]