From e28bb354d58740d76553f685dc93eb270c0ef0b1 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 9 Jan 2017 13:15:06 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9581d6671..6eb40bbb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ BUG FIXES: * provider/aws: Fix typo in aws_redshift_cluster causing security groups to not allow update [GH-11025] * provider/aws: Set `key_name` in `aws_key_pair` if omited in configuration [GH-10987] * provider/aws: Updating the aws_efs_mount_target dns_name [GH-11023] + * provider/aws: Validate window time format for snapshot times and backup windows on RDS and ElastiCache resources [GH-11089] * provider/google: Fix backwards incompatibility around create_timeout in instances [GH-10858] * provider/openstack: Handle `PENDING_UPDATE` status with LBaaS v2 members [GH-10875] * provider/rancher: Add 'finishing-upgrade' state to rancher stack [GH-11019]