From 48b3612a301bf0a966da7b2dbc8779cd05405f3a Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 27 Nov 2018 15:56:38 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29fae8180..7aef5caa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,8 +28,8 @@ BUG FIXES: * core: Fix inconsistent plans when replacing instances. [GH-19233] * core: Correct handling of unknown values in module outputs during planning and final resolution of them during apply. [GH-19237] * core: Correct handling of wildcard dependencies when upgrading states [GH-19374] -* helper/schema: Provider arguments set from environment variables now work correctly again, after regressing in the prior 0.12 alphas. -* helper/schema: For schema attributes that have `Elem` as a nested `schema.Resource`, setting `Optional: true` now forces `MinItems` to be zero, thus mimicking a previously-undocumented behavior that some providers were relying on. +* helper/schema: Provider arguments set from environment variables now work correctly again, after regressing in the prior 0.12 alphas. [GH-19478] +* helper/schema: For schema attributes that have `Elem` as a nested `schema.Resource`, setting `Optional: true` now forces `MinItems` to be zero, thus mimicking a previously-undocumented behavior that some providers were relying on. [GH-19478] ## 0.12.0-alpha2 (October 30, 2018)