From 44a95a5552c4a375fab6a89105ce9b798a965ca5 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 2 Jan 2017 20:38:32 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 752aa700c..90012f3ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ BUG FIXES: * provider/aws: Set `aws_autoscaling_policy` `metric_aggregation_type` to be Computed [GH-10904] * 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: Add snapshotting to the list of pending state for elasticache [GH-10965] * provider/openstack: Handle `PENDING_UPDATE` status with LBaaS v2 members [GH-10875]