Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2020-08-18 14:41:07 -07:00 committed by GitHub
parent 6f05430295
commit 189f9fa382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
ENHANCEMENTS:
* config: `cidrsubnet` and `cidrhost` now support address extensions of more than 32 bits [GH-25517]
* config: `cidrsubnet` and `cidrhost` now support address extensions of more than 32 bits [GH-25517]
* cli: The directories that Terraform searches by default for provider plugins can now be symlinks to directories elsewhere. (This applies only to the top-level directory, not to nested directories inside it.) [GH-25692]
* 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]