From 83622cf19bcefb5a30a5b2bf9aabd71124f764b5 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 22 Jun 2017 07:04:50 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5432ddc2b..4462a8440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ IMPROVEMENTS: * cli: `terraform env` command renamed to `terraform workspace` [GH-14952] * cli: `terraform init` command now has `-upgrade` option to download the latest versions (within specified constraints) of modules and provider plugins. * cli: The `-target` option to various Terraform operation can now target resources in descendent modules. [GH-15314] +* cli: Minor updates to `terraform plan` output: use standard resource address syntax, more visually-distinct `-/+` actions, and more [GH-15362] * config: New interpolation function `contains`, to find if a given string exists in a list of strings. [GH-15322] BUG FIXES: