Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2018-11-27 15:56:38 -08:00 committed by GitHub
parent 8e14e5f33b
commit 48b3612a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)