From e305d235913a874ca80440038c44ab98bdd39bdf Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Thu, 31 Jul 2014 16:13:24 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fafe5838d..673a1ac8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,8 @@ BUG FIXES: provider is compiled * providers/aws: Engine version for RDS now properly set [GH-118] * providers/aws: Security groups now depend on each other and - use the proper destroy order + * providers/aws: DB instances now wait for destroys, have proper + dependencies and allow passing skip_final_snapshot * providers/aws: Add associate_public_ip_address as an attribute on the aws_instance resource [GH-85] * providers/aws: Fix cidr blocks being updated [GH-65, GH-85]