From 09dc63282a5d6e31a6a95ae7681302e59c711dd0 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Wed, 28 Dec 2016 16:46:07 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d7cbcd9..1568ac2d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ BUG FIXES: * provider/aws: `storage_class` is now correctly treated as optional when configuring replication for `aws_s3_bucket` resources. [GH-10921] * provider/aws: `user_data` on `aws_launch_configuration` resources is only base 64 encoded if the value provided is not already base 64 encoded. [GH-10871] * provider/aws: Reworked validateArn function to handle empty values [GH-10833] + * provider/aws: Guard against nil change output in route53_zone that causes panic [GH-10798] * provider/openstack: Handle PENDING_UPDATE status with LBaaS v2 members [GH-10875]