From 4755e217a6b27777676dfbcb70f188410f74bcb2 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 14 Dec 2016 21:52:04 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a985593e9..641625480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ BUG FIXES: * core: Handle whitespace around the key in the `-var` flag. [GH-10717] * core: `terraform` block works in the presence of `_override` files [GH-10715] * core: Fix error when a provider in a module only referenced a variable [GH-10719] + * core: Destroy ordering for resources that depend on each other across modules is correct [GH-745] DEPRECATION REMOVALS: