Update CHANGELOG.md

This commit is contained in:
Joe Topjian 2016-03-03 21:36:42 -07:00
parent a786d3d4ae
commit f11448c692
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ BUG FIXES:
* provider/aws: Fix a bug which caused panics creating rules on security groups in EC2 Classic [GH-5329]
* provider/aws: Fix a bug where ElasticSearch Domain tags were not being set correctly [GH-5361]
* 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: 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]
INTERNAL IMPROVEMENTS: