Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2019-11-06 14:19:52 -08:00 committed by GitHub
parent d2bc7c25b9
commit 21228b473a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## 0.12.14 (Unreleased)
ENHANCEMENTS:
* backend/artifactory: Will now honor the `HTTP_PROXY` and `HTTPS_PROXY` environment variables when appropriate, to allow sending requests to the Artifactory endpoints via a proxy. [GH-18629]
BUG FIXES:
* command/show: When showing a saved plan file not in JSON mode, use the same presentation as `terraform plan` itself would've used. [GH-23292]