Update CHANGELOG.md

This commit is contained in:
James Nugent 2016-05-20 16:57:31 -05:00
parent 3d8bd11e35
commit ab1551e863
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ BUG FIXES:
* provider/aws: fix Elastic Beanstalk `cname_prefix` continual plans [GH-6653]
* provider/aws: Make 'stage_name' required in api_gateway_deployment [Gh-6797]
* provider/azurerm: Fixes terraform crash when using SSH keys with `azurerm_virtual_machine` [GH-6766]
* provider/azurerm: Fix a bug causing 'diffs do not match' on `azurerm_network_interface` resources [GH-6790]
* provider/azurerm: Normalizes `availability_set_id` casing to avoid spurious diffs in `azurerm_virtual_machine` [GH-6768]
* provider/openstack: Reassociate Floating IP on network changes [GH-6579]
* provider/vsphere: `gateway` and `ipv6_gateway` are now read from `vsphere_virtual_machine` resources [GH-6522]