update CHANGELOG.md

This commit is contained in:
James Bardin 2020-05-05 17:19:41 -04:00
parent 0e9e9243dd
commit e48c5d3d82
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ BUG FIXES:
* command/fmt: Include source snippets in errors [GH-24471]
* command/format: Fix diagnostic output to show multi-line code snippets correctly [GH-24473]
* command/show (json output): fix inconsistency in resource addresses between plan and prior state output [GH-24256]
* core: Fix race in GetVariableValue [GH-24599]
* core: Instances are now destroyed only using their stored state, removing many cycle errors [GH-24083]
* core: Destroy provisioners should not evaluate for_each expressions [GH-24163]
* lang: Fix non-string key panics in map function [GH-24277]