From daa112b5660d501368cca0a4193dde85681ef992 Mon Sep 17 00:00:00 2001 From: angie pinilla Date: Tue, 18 Aug 2020 14:18:58 -0400 Subject: [PATCH] Update CHANGELOG for #25903 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3704317f6f..e08d27b143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ BUG FIXES: * core: prevent decoding errors when resource attributes have been removed entirely from the schema [GH-25779] * addrs: fix panic when upgrading state from Terraform v0.11 which uses the builtin `terraform` provider [GH-25861] +ENHANCEMENTS: + +* backend/s3: simplified mock handling and assume role testing [GH-25903] +* backend/s3: support for appending data to the User-Agent request header with the TF_APPEND_USER_AGENT environment variable [GH-25903] + ## 0.13.0 (August 10, 2020) > This is a list of changes relative to Terraform v0.12.29. To see the