From a42ffb46db27afe2a60698785a90c5b795f10287 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Thu, 11 Jun 2020 14:12:08 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 618be31a0c..29f6ef8d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,8 @@ BUG FIXES: * backend/s3: Prefer AWS shared configuration over EC2 metadata credentials by default [GH-25134] * 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/0.13upgrade: Fix `0.13upgrade` usage help text to include options [GH-25127] +* command/0.13upgrade: Do not add source for builtin provider [GH-25215] * 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]