From c59794b33b0648f4fe45e65e4099bbc29b450b95 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Tue, 25 Oct 2016 11:49:42 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c914721f..e71e6feeb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ IMPROVEMENTS: * provider/aws: No longer require `route_table_ids` list in `aws_vpc_endpoint` resources [GH-9357] * provider/aws: Allow `description` in `aws_redshift_subnet_group` to be modified [GH-9515] + * provider/aws: Add tagging support to aws_redshift_subnet_group [GH-9504] * provider/azurerm: add account_kind and access_tier to storage_account [GH-9408] * provider/azurerm: write load_balanacer attributes to network_interface_card hash [GH-9207] * provider/digitalocean: Allow resizing DigitalOcean Droplets without increasing disk size. [GH-9573]