Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2019-11-05 16:25:27 -08:00 committed by GitHub
parent e7022679b2
commit b97cf967a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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: