From 4c15ca38dc24d979f98c4670d1e210cd5893048d Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Wed, 28 Sep 2016 19:58:06 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d31ea820b..41a84ee97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ IMPROVEMENTS: * provider/aws: Add HTTP/2 support via the http_version parameter to CloudFront distribution [GH-8777] * provider/aws: Add query_string_cache_keys to allow for selective caching of CloudFront keys [GH-8777] * provider/aws: Support Import aws_elasticache_cluster [GH-9010] + * provider/aws: Add support for tags to aws_cloudfront_distribution [GH-9011] * provider/azurerm: Add normalizeJsonString and validateJsonString functions [GH-8909] * provider/openstack: Use proxy environment variables for communication with services [GH-8948] * provider/vsphere: Adding 'detach_unknown_disks_on_delete' flag for VM resource [GH-8947]