From 37fe35932ef3ce36a684900d8996feefd8474bc5 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 17 Apr 2017 01:32:14 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f21d2c84..c9cde6a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ BUG FIXES: * provider/aws: Fix DB Parameter Group Name [GH-13279] * provider/aws: Increase default number of retries from 11 to 25 [GH-13673] * provider/aws: Use mutex & retry for WAF change operations [GH-13656] + * provider/aws: Remove aws_vpc_dhcp_options if not found [GH-13610] * provider/azurerm: azurerm_redis_cache resource missing hostname [GH-13650] * provider/google: Stop setting the id when project creation fails [GH-13644] * provider/openstack: Fix updating Ports [GH-13604]