From 5be248699767bf702a3aea3a2e441f528a2717c1 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Thu, 18 Aug 2016 14:05:56 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e365701f2..0f6382703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,7 +78,8 @@ BUG FIXES: * provider/aws: `aws_security_group` now creates tags as early as possible in the process [GH-7849] * provider/aws: Defensively code around `db_security_group` ingress rules [GH-7893] * provider/aws: `aws_spot_fleet_request` throws panic on missing subnet_id or availability_zone [GH-8217] - * provider/azure: `azurerm_storage_account` will interrupt for Ctrl-C [GH-8215] + * provider/azurerm: `azurerm_storage_account` will interrupt for Ctrl-C [GH-8215] + * provider/azurerm: Public IP - Setting idle timeout value caused panic. #8283 * provider/digitalocean: trim whitespace from ssh key [GH-8173] * provider/digitalocean: Enforce Lowercase on IPV6 Addresses [GH-7652] * provider/google: Use resource specific project when making queries/changes [GH-7029]