From 6823e60e771ea54269107c3a0a347537e071c2ca Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 26 May 2016 20:22:17 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c486e3c..2fda6334c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ FEATURES: * core: Data Resources are now supported. Values are refreshed, and available during the planning stage [GH-6598] * core: Lists and maps can now be used as first class types for variables, and may be passed between modules [GH-6322] * core: The `terraform plan` command no longer persists state. [GH-6811] + * core: Tainted resources now show up in the plan and respect dependency ordering [GH-6600] IMPROVEMENTS: