From eb7fee57d27314e4aa742932d1abec71d8e0d409 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Mon, 9 May 2016 13:32:19 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1790bef9..0f74a1b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ IMPROVEMENTS: BUG FIXES: * core: Boolean values in diffs are normalized to `true` and `false`, eliminating some erroneous diffs [GH-6499] + * core: Fix a bug causing "attribute not found" messages during destroy [GH-6557] * provider/aws: Allow account ID checks on EC2 instances & w/ federated accounts [GH-5030] * provider/aws: Fix an eventually consistent issue aws_security_group_rule and possible duplications [GH-6325] * provider/aws: Fix bug where `aws_elastic_beanstalk_environment` ignored `wait_for_ready_timeout` [GH-6358]