Update CHANGELOG.md

This commit is contained in:
Joe Topjian 2016-08-13 12:46:28 -06:00 committed by GitHub
parent a254aeaf9c
commit 9c793b8461
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ IMPROVEMENTS
* provider/google: allows atomic Cloud DNS record changes [GH-6575]
* provider/google: Move URLMap hosts to TypeSet from TypeList [GH-7472]
* provider/google: Support static private IP addresses in `resource_compute_instance` [GH-6310]
* provider/openstack: Support pdating the External Gateway assigned to a Neutron router [GH-8070]
* provider/openstack: Support updating the External Gateway assigned to a Neutron router [GH-8070]
* provider/openstack: Support for `value_specs` param on `openstack_networking_network_v2` #8155
* provider/vsphere: Improved SCSI controller handling in `vsphere_virtual_machine` [GH-7908]
* provider/vsphere: Adding disk type of `Thick Lazy` to `vsphere_virtual_disk` and `vsphere_virtual_machine` [GH-7916]
* provider/consul: add tls config support to consul provider [GH-7015]