From 2ab5365771c03ec810440065b7e4df55fa3275fb Mon Sep 17 00:00:00 2001 From: Clint Date: Fri, 29 Jan 2016 13:37:04 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 993025ec84..7fc724fc58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ BUG FIXES: * provider/aws: `aws_autoscale_schedule` 0 values [GH-4693] * provider/aws: Fix regression with VPCs and ClassicLink for regions that do not support it [GH-4879] * provider/aws: Fix SNS Topic Refresh to ensure deleted topics are removed from state [GH-4891] + * provider/aws: Refactor Route53 record to fix regression in deleting records created in previous versions of Terraform [GH-4892] * provider/azurerm: Fix panic if no creds supplied [GH-4902] * provider/openstack: Changing the port resource to mark the ip_address as optional [GH-4850]