Update CHANGELOG.md

De-emphasize the "experiments" section in favor of the non-experimental changes in the same release.
This commit is contained in:
Martin Atkins 2020-01-13 13:43:42 -08:00 committed by GitHub
parent 6d00e8dc28
commit 57158df4b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,10 @@
ENHANCEMENTS: 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] * 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: 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). * 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. 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) ## 0.12.19 (January 08, 2020)
ENHANCEMENTS: ENHANCEMENTS: