Update CHANGELOG.md

This commit is contained in:
Kristin Laemmert 2020-06-08 08:29:15 -04:00 committed by GitHub
parent 58bcc2e9bb
commit 30ab95fb55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ ENHANCEMENTS:
BUG FIXES:
* addrs: detect builtin "terraform" provider in legacy state [GH-25154]
* backend/remote: do not panic if PrepareConfig or Configure receive null values (can occur when the user cancels the init command) [GH-25135]
* backend/s3: Ensure configured profile is used [GH-25134]
* backend/s3: Ensure configured STS endpoint is used during AssumeRole API calls [GH-25134]