From 57158df4b3a7dd4ae20a54fa2f37817c99c53cca Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Mon, 13 Jan 2020 13:43:42 -0800 Subject: [PATCH] Update CHANGELOG.md De-emphasize the "experiments" section in favor of the non-experimental changes in the same release. --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 272d14e9f6..9243a883ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ENHANCEMENTS: * config: New built-in functions `try` and `can` are intended to ease working with data structures whose shape isn't known statically. [GH-23794] +BUG FIXES: +* command/show: Fix an issue with show and aliased providers [GH-23848] +* core: Always clean up empty resources before empty modules [GH-23822] + EXPERIMENTS: * This release includes an _opt-in experiment_ for [custom validation rules on module variables](https://www.terraform.io/docs/configuration/variables.html#custom-validation-rules). @@ -11,10 +15,6 @@ EXPERIMENTS: Due to the experimental nature of this feature, we do not recommend using it in "production" modules yet and we require an explicit [experimental feature opt-in](https://www.terraform.io/docs/configuration/terraform.html#experimental-language-features) of `variable_validation`. Depending on what feedback we receive, the design of this experimental feature may change significantly in future versions without an automatic upgrade path. -BUG FIXES: -* command/show: Fix an issue with show and aliased providers [GH-23848] -* core: Always clean up empty resources before empty modules [GH-23822] - ## 0.12.19 (January 08, 2020) ENHANCEMENTS: