From d8164d4d191026312f517e2fa177968bea2bb5cf Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Mon, 22 Feb 2016 18:36:25 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f0f694f2f..e0696cbcb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,8 @@ BUG FIXES: * core: Fix bug where `ignore_changes` could produce "diffs didn't match during apply" errors [GH-4965] * core: Fix race condition when handling tainted resource destroys [GH-5026] * core: Improve handling of Provisioners in the graph, fixing "Provisioner already initialized" errors [GH-4877] + * core: Skip `create_before_destroy` processing during a `terraform destroy`, solving several issues preventing `destroy` + from working properly with CBD resources [GH-5096] * provider/aws: Fix Copy of Tags to DB Instance when created from Snapshot [GH-5197] * provider/aws: Fix DynamoDB Table Refresh to ensure deleted tables are removed from state [GH-4943] * provider/aws: Fix ElasticSearch `domain_name` validation [GH-4973]