From 726a74ef65ff1bb80472dbbdd161effa908c2220 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Mon, 13 Jan 2020 15:11:31 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a5646a2..272d14e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ 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)