Update CHANGELOG.md

This commit is contained in:
Kristin Laemmert 2019-10-17 11:35:47 -04:00 committed by GitHub
parent 4b10a6e1bf
commit ee854261c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ ENHANCEMENTS:
BUG FIXES:
* config: Clean up orphan modules in the presence of -target [GH-21313]
* command/jsonplan: fix bug with missing nested modules `planned_values` output [GH-23092]
* command/show: Fix panic when the only resource instance is deposed [GH-23027]
* commands: When required root module variables are not provided and interactive input is disabled (`-input=false`), produce a proper "variable not defined" error rather than falling through to an internal assertion failure. [GH-23040]