From 59618df7f36277a0390f3534341f1e0d434d036c Mon Sep 17 00:00:00 2001 From: James Bardin Date: Tue, 14 Jun 2022 13:05:37 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 352f373e5a16..5a85a9c91ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ BUG FIXES: * Missing check for error diagnostics in GetProviderSchema could result in panic [GH-31184] * Module registries returning X-Terraform-Get locations with no URL would error with "no getter available for X-Terraform-Get source protocol" [GH-31237] +* Fix crash from concurrent operation on shared set of resource instance dependencies [GH-31246] * backend/cos: `tencentcloud-terraform-lock` tag was not removed in all cases [GH-31223] ## 1.2.2 (June 01, 2022)