From cd7c3e4231c3730b56812881756ac82a6a569583 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 30 Oct 2019 11:04:51 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ce7729c..0eb02513a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ ## 0.12.13 (Unreleased) BUG FIXES: +* config: Fix regression where self wasn't properly evaluated when using for_each [GH-23215] * config: dotfiles are no longer excluded when copying existing modules; previously, any dotfile/dir was excluded in this copy, but this change makes the local copy behavior match go-getter behavior [GH-22946] +* core: Ensure create_before_destroy ordering is enforced with dependencies between modules [GH-22937] +* core: Fix some destroy-time cycles due to unnecessary edges in the graph, and remove unused resource nodes [GH-22976] ## 0.12.12 (October 18, 2019)