From faf4889c81afbed07f5fac77e7c5792e30ec8424 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 20 Dec 2018 14:51:18 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca84e541..7e59162ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ BUG FIXES: * config: Detect and reject self-referencing local values [GH-19706] * config: Accept and ignore UTF-8 byte-order mark for configuration files [GH-19715] +* config: More helpful error message for a situation that may arise on upgrade from Terraform 0.11 or earlier [GH-19727] * connection/winrm: Set the correct default port when HTTPS is used [GH-19540] * plugins: GRPC plugins shutdown correctly when Close is called [GH-19629] * backend/local: Avoid rendering data sources on destroy [GH-19613]