From 91ae7ec95170a68a0e82005fdb31de40f4bf182f Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 12 Jun 2019 11:13:54 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4475950e91..d43336d3f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ ENHANCEMENTS: BUG FIXES: * command/show: use the state snapshot included in the planfile when rendering a plan to json [GH-21597] +* config: Fix issue with empty dynamic blocks failing when usign ConfigModeAttr [GH-21549] +* core: Re-validate resource config during final plan [GH-21555] +* core: Fix missing resource timeouts during destroy [GH-21611] * core: Don't panic when encountering an invalid `depends_on` [GH-21590] * backend: Fix panic when upgrading from a state with a hash value greater than MaxInt [GH-21484]