From b98e5f2073cab4cdf6774f63ce966d22357456a4 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Wed, 10 Aug 2016 15:12:47 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2826b55f..245ae7c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ IMPROVEMENTS * provider/aws: Add support for Enhanced monitoring to `aws_rds_cluster_instance` [GH-8038] * provider/aws: Add ability to set Requests Payer in `aws_s3_bucket` [GH-8065] * provider/aws: Add ability to set canned ACL in `aws_s3_bucket_object` [GH-8091] + * provider/aws: Allow skipping credentials validation, requesting Account ID and/or metadata API check [GH-7874] * provider/azurerm: Adds support for uploading blobs to azure storage from local source [GH-7994] * provider/google: allows atomic Cloud DNS record changes [GH-6575] * provider/google: Move URLMap hosts to TypeSet from TypeList [GH-7472]