diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b426b6a34..b4f1b7ea05 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: