Update CHANGELOG.md

pull/31920/head
Martin Atkins 4 years ago committed by GitHub
parent f260ed1177
commit 0803ea3f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,12 @@ ENHANCEMENTS:
* The "Failed to install provider" error message now includes the reason a provider could not be installed. [GH-31898]
EXPERIMENTS:
* Since its introduction the `yamlencode` function's documentation carried a warning that it was experimental. This predated our more formalized idea of language experiments and so wasn't guarded by an explicit opt-in, but the intention was to allow for small adjustments to its behavior if we learned it was producing invalid YAML in some cases, due to the relative complexity of the YAML specification.
From Terraform v1.4 onwards, `yamlencode` is no longer documented as experimental and is now subject to the Terraform v1.x Compatibility Promises. There are no changes to its previous behavior in v1.3 and so no special action is required when upgrading.
## Previous Releases
For information on prior major and minor releases, see their changelogs:

Loading…
Cancel
Save