From be34a0e76fe631eef0354837175c6a467136f349 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Fri, 26 Jun 2020 12:50:10 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42af367919..f150a95c5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ BUG FIXES: * command: Fix command test fixture modify-in-place bugs, which could cause state leak between tests [GH-25299] * command: Preserve more comments when rerunning 0.13upgrade [GH-25381] * command/import: Fix `-allow-missing-config` option [GH-25352] +* command/init: return an error with invalid -backend-config files [GH-25411] * communicator/winrm: Inlcude any user-configured timeout for winrm connection [GH-25350] * config: Add missing validation to prevent provider configuration within modules using `depends_on` [GH-25345] * configs: Fix nested provider requirements bug introduced in 0.13.0beta2 [GH-25334]