From a774ca0b128663f34af4e179c2d46ef4b65312c1 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 17 Mar 2017 19:09:10 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ef8c10c..9b47a5c37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ IMPROVEMENTS: * provider/aws: Improved error when failing to get S3 tags [GH-12759] * provider/aws: Validate CIDR Blocks in SG and SG rule resources [GH-12765] + * provider/aws: Add KMS key tag support [GH-12243] * Allow `name_prefix` to be used with various IAM resources [GH-12658] * provider/openstack: Add timeout support for Compute resources [GH-12794] * provider/scaleway: expose public IPv6 information on scaleway_server [GH-12748]