Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2020-09-04 15:33:43 -07:00 committed by GitHub
parent efe78b2910
commit 8f9671b093
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.14.0 (Unreleased)
ENHANCEMENTS:
* cli: A new global command line option `-chdir=...`, placed before the selected subcommand, instructs Terraform to switch to a different working directory before executing the subcommand. This is similar to switching to a new directory with `cd` before running Terraform, but it avoids changing the state of the calling shell. [GH-26087]
BUG FIXES:
* command/clistate: return an error on a state unlock failure [GH-25729]