From 3f8b25dbba2e52a4157cd1b44e2c8409a3cb48e1 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Tue, 3 Jan 2017 22:46:23 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c38020c0a..9e200a72c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ BUG FIXES: * provider/aws: Add snapshotting to the list of pending state for elasticache [GH-10965] * provider/aws: Add support for updating tags in aws_emr_cluster [GH-11003] * provider/aws: Fix the normalization of AWS policy statements [GH-11009] + * provider/aws: data_source_aws_iam_server_certificate latest should be bool not string causes panic [GH-11016] * provider/google: Fix backwards incompatibility around create_timeout in instances [GH-10858] * provider/openstack: Handle `PENDING_UPDATE` status with LBaaS v2 members [GH-10875]