Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2021-06-03 08:55:33 -07:00 committed by GitHub
parent 51b0aee36c
commit 79c61095ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ NEW FEATURES:
* lang/funcs: add a new `type()` function, only available in `terraform console` [GH-28501]
ENHANCEMENTS:
* configs: Terraform now checks the syntax of and normalizes module source addresses (the `source` argument in `module` blocks) during configuration decoding rather than only at module installation time. This is largely just an internal refactoring, but a visible benefit of this change is that the `terraform init` messages about module downloading will now show the canonical module package address Terraform is downloading from, after interpreting the special shorthands for common cases like GitHub URLs. [GH-28854]
## Previous Releases
For information on prior major releases, see their changelogs: