From 2ebea91c98a2c60a77712aa38f62f4d46f5f4091 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Tue, 9 Feb 2016 11:03:18 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b38ae4178..ba67b6609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ BUG FIXES: * core: Fix bug where `ignore_changes` could produce "diffs didn't match during apply" errors [GH-4965] * core: Improve handling of Provisioners in the graph, fixing "Provisioner already initialized" errors [GH-4877] + * core: fix bug detecting deeply nested module orphans [GH-5022] * provider/openstack: Fix crash when `access_network` was not defined in instances [GH-4966] * provider/aws: Fix DynamoDB Table Refresh to ensure deleted tables are removed from state [GH-4943] * provider/cloudflare: `ttl` no longer shows a change on each plan on `cloudflare_record` resources [GH-5042]