Update CHANGELOG.md

This commit is contained in:
Kristin Laemmert 2020-12-14 11:08:57 -05:00 committed by GitHub
parent 8bab3dd374
commit 9ac8e3c55e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ BUG FIXES:
* cli: TF_LOG levels other than `trace` will now work correctly [GH-26632]
* cli: Core and Provider logs can now be enabled separately for debugging, using `TF_LOG_CORE` and `TF_LOG_PROVIDER` [GH-26685]
* command/console: expressions using `path` (`path.root`, `path.module`) now return the same result as they would in a configuration [GH-27263]
* command/state list: fix bug where nested modules' resources were missing from `state list` output [GH-27268]
## Previous Releases