From aecc1fd025a2b580c43a3ed6f39748c04e56bb74 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Mon, 22 Feb 2016 18:55:09 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index beaedb4c53a5..82b91cd4ef35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,7 @@ BUG FIXES: * provider/docker: Fix the default docker_host value [GH-5088] * provider/google: Fix backend service max_utilization attribute [GH-5075] * provider/google: Fix reading of `google_compute_vpn_gateway` without an explicit [GH-5125] + * provider/google: Fix crash when setting `ack_deadline_seconds` on `google_pubsub_subscription` [GH-5110] * provider/openstack: Fix crash when `access_network` was not defined in instances [GH-4966] * provider/powerdns: Fix refresh of `powerdns_record` no longer fails if the record name contains a `-` [GH-5228] * provider/vcd: Wait for DHCP assignment when creating `vcd_vapp` resources with no static IP assignment [GH-5195]