From 98336e6e81a8c48e887afd396c2b0b22578c6d2d Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 19 Feb 2020 16:00:57 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f88c028b9..809593749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ BREAKING CHANGES: BUG FIXES: +* cli: The `terraform plan` command (and the implied plan run by `terraform apply` with no arguments) will now print any warnings that were generated even if there are no changes to be made. [GH-24095] * core: Instances are now destroyed only using their stored state, removing many cycle errors [GH-24083] ---