From 64f9c0785ce3b59fceba8cff6cfcca318848ea75 Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Fri, 8 Mar 2019 18:19:25 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a30678965..c563309ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ IMPROVEMENTS: * The warning for undeclared variables in `.tfvars` files now consolidates multiple warnings when there are more than three, to avoid an overwhelming wall of warnings in situations where a common `.tfvars` file is used across many configurations. Setting "global" variables in `.tfvars` is deprecated for v0.12 and should be replaced with the `TF_VAR_...` environment variables. [GH-20581] +* backend/remote: Retry calls when the remote backend responds with a server error [GH-20588] ## 0.12.0-beta1 (Feb 28, 2019)