Update CHANGELOG.md

This commit is contained in:
Alisdair McDiarmid 2020-09-01 10:25:39 -04:00 committed by GitHub
parent 6d228cc560
commit 12241900d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ ENHANCEMENTS:
BUG FIXES:
* command: Warn instead of error when the `output` subcommand with no arguments results in no outputs. This aligns the UI to match the 0 exit code in this situation, which is notable but not necessarily an error. [GH-26036]
* terraform: Fix crashing bug when reading data sources during plan with blocks backed by objects, not collections [GH-26028]
* terraform: Fix bug where variables values were asked for twice on the command line and provider input values were asked for but not saved [GH-26063]