From a2d964769f0ed24ea14fd26affdb2faf808113c5 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Wed, 21 Sep 2016 09:21:33 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a7c4d61f..d22752492e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ IMPROVEMENTS: * provider/aws: S3 bucket policies can now be removed via the `aws_s3_bucket` resource [GH-8915] * provider/aws: Added a cluster_address attribute to aws elasticache [GH-8935] * provider/aws: Add JSON validation to the aws_sqs_queue resource. [GH-8904] + * provider/aws: Add JSON validation to the aws_sqs_queue_policy resource. [GH-8905] * provider/azurerm: Add normalizeJsonString and validateJsonString functions [GH-8909] BUG FIXES: