From e5bfa1930ad01afb6aa43e07d3e3b16e30e39a25 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Thu, 11 Jun 2020 11:36:04 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6557fcd..618be31a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ BUG FIXES: * backend/s3: Prefer ECS credentials over EC2 metadata credentials by default [GH-25134] * backend/s3: Remove hardcoded AWS Provider messaging [GH-25134] * command: Fix `0.13upgrade` usage help text to include options [GH-25127] +* command/init: Fix bug which caused the default local plugindir to be omitted as a provider source location [GH-25214] * command/format: Fix bug which caused some diagnostics to print empty source lines [GH-25156] * config: Fix crash in validation with non-ascii characters [GH-25144] * core: Fix crash with multiple nested modules [GH-25176]