diff --git a/CHANGELOG.md b/CHANGELOG.md index 1feccd5b8..a736b4b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ BACKWARDS INCOMPATIBILITIES / NOTES: * Terraform's built-in plugins are now distributed as part of the main Terraform binary, and use the go-plugin framework. Overrides are still available using separate binaries, but will need recompiling against Terraform 0.7. * The `concat()` interpolation function can no longer be used to join strings. + * `openstack_networking_subnet_v2` now defaults to turning DHCP on. FEATURES: @@ -31,8 +32,9 @@ IMPROVEMENTS: * provider/fastly: Add support for custom VCL configuration [GH-6662] * provider/fastly: Add support for Cache Settings [GH-6781] * provider/google: support optional uuid naming for Instance Template [GH-6604] - * provider/openstack Increase timeouts for image resize, subnets, and routers [GH-6764] + * provider/openstack: Increase timeouts for image resize, subnets, and routers [GH-6764] * provider/openstack: Add support for client certificate authentication [GH-6279] + * provider/openstack: Enable DHCP By Default [GH-6838] * provider/vsphere: fix bug with `vsphere_virtual_machine` wait for ip [GH-6377] * provider/vsphere: Add support for `controller_type` to `vsphere_virtual_machine` [GH-6785]