From b97cf967a1e0c0efb0147274d97cbbfc5577307a Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 5 Nov 2019 16:25:27 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b426b6a3..b4f1b7ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ ## 0.12.14 (Unreleased) + +BUG FIXES: + +* cli: When running Terraform as a sub-process of itself, we will no longer produce errant prefixes on the console output. While we don't generally recommend using Terraform recursively like this, it was behaving in this strange way due to an implementation detail of how Terraform captures "panic" crashes from the Go runtime, and that subsystem is now updated to avoid that strange behavior. [GH-23281] + ## 0.12.13 (October 31, 2019) UPGRADE NOTES: