From de4d35c2353147a59cb04baf9092ab220e18984f Mon Sep 17 00:00:00 2001 From: Clint Date: Tue, 10 Nov 2015 16:42:21 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c302e28bc..7721a411a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ BUG FIXES: * provider/aws: Fix policy encoding issue with SNS Topics [GH-3700] * provider/aws: Correctly export ARN in `iam_saml_provider` [GH-3827] * provider/aws: Tolerate ElastiCache clusters being deleted outside Terraform [GH-3767] + * provider/aws: Downcase Route 53 record names in statefile to match API output [GH-3574] * provider/azure: various bugfixes [GH-3695] * provider/digitalocean: fix issue preventing SSH fingerprints from working [GH-3633] * provider/digitalocean: Fixing the DigitalOcean Droplet 404 potential on refresh of state [GH-3768]