From 0803ea3f4a28884686b9d4e4c236e6cea469af84 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 30 Sep 2022 09:57:17 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c20c0bc0c..d7bced776c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: