From a2682bc94ba578a49eeda1ca3b7ed63419b1cf6b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 17 Feb 2017 15:26:04 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8b19f73..93e5daa0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,9 @@ BUG FIXES: 0.9.0-beta1 FIXES: * core: fix local state locking on Windows [GH-12059] + * core: destroy provisioners dependent on module variables work [GH-12063] + * core: resource destruction happens after dependent resources' destroy provisioners [GH-12063] + * core: invalid resource attribute interpolation in a destroy provisioner errors [GH-12063] * command/init: allow unsetting a backend properly [GH-11988] * command/apply: fix crash that could happen with an empty directory [GH-11989]