From 59f2a0fb0fa6626d5f4045d0940c45674136fd02 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Fri, 3 May 2019 13:59:11 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9a135197..6ae8c2e970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ BUG FIXES: * backend/remote: Ensure variables are loaded correctly when using `terraform console` [GH-20858] * backend/remote: Make sure workspaces are correctly uploaded [GH-20953] +* backend/remote: Fix panic when loading cached configuration with 0.12 backend schema [GH-21199] * core: Fix a potential crash when loading module manifests with Windows paths [GH-20812] * core: Make sure UIInput keeps working after being canceled [GH-21140]