From e48c5d3d82abda4f8e27ec5f1b9746a0e46a97ba Mon Sep 17 00:00:00 2001 From: James Bardin Date: Tue, 5 May 2020 17:19:41 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c93aa604..c11b9bbb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]