From 8f32026f98f2c7a2aca206e0dd7f76b235826790 Mon Sep 17 00:00:00 2001 From: Clint Date: Thu, 11 Jun 2015 08:45:37 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9038c8aa3..2f5db5251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ BUG FIXES: * command/apply: prevent output duplication when reporting errors [GH-2267] * provider/aws: fix panic when route has no cidr_block [GH-2215] * provider/aws: fix issue preventing destruction of IAM Roles [GH-2177] + * provider/aws: fix issue preventing destruction self referencing Securtity + Group Rules [GH-2305] * provider/aws: fix issue causing perpetual diff on ELB listeners when non-lowercase protocol strings were used [GH-2246] * provider/aws: corrected frankfurt S3 website region [GH-2259]