From 5ba221014e3fb52251ffd5d792697e9eee68d450 Mon Sep 17 00:00:00 2001 From: Clint Date: Thu, 11 Feb 2016 16:12:47 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a3302f31..ffb1c02eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ BUG FIXES: * core: Fix race condition when handling tainted resource destroys [GH-5026] * provider/openstack: Fix crash when `access_network` was not defined in instances [GH-4966] * provider/aws: Fix DynamoDB Table Refresh to ensure deleted tables are removed from state [GH-4943] + * provider/aws: Fix issue applying security group changes in EC2 Classic RDS for aws_db_instance [GH-4969] * provider/cloudflare: `ttl` no longer shows a change on each plan on `cloudflare_record` resources [GH-5042] * provider/aws: Fix reading auto scaling group load balancers [GH-5045] * provider/aws: Fix reading auto scaling group availability zones [GH-5044]