From 9d174f41d6852dfd879f6c1b1b0168a2c26dff9b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 9 Nov 2016 07:54:25 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f409bd89..fe45cf477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ IMPROVEMENTS: BUG FIXES: * core: Splat variables (`foo.*.bar`) are now ordered by count index for deterministic ordering. [GH-9883] + * core: Prune orphan outputs (in the config but not in the state). [GH-9971] * core: New apply graph doesn't prune module variables as aggressively. [GH-9898] * core: New apply graph properly configures providers with aliases. [GH-9894] * core: New destroy graph doesn't create edge loops to destroy nodes that reference themselves. [GH-9968]