Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2018-03-14 14:59:30 -07:00 committed by GitHub
parent 035d56409f
commit ead558261d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -21,8 +21,12 @@ BUG FIXES:
* core: Fix regression in handling of `count` arguments that refer to `count` attributes from other resources [GH-17548]
* provider/terraform: restore support for the deprecated `environment` argument to the `terraform_remote_state` data source [GH-17545]
* backend/gcs: Report the correct lock ID for GCS state locks [GH-17397]
PROVIDER SDK CHANGES (not user-facing):
* helper/schema: Prevent crash on removal of computed field in CustomizeDiff [GH-17261]
* helper/schema: Allow ResourceDiff.ForceNew on nested fields (avoid crash) [GH-17463]
* helper/schema: Allow `TypeMap` to have a `*schema.Schema` as its `Elem`, for consistency with `TypeSet` and `TypeList` [GH-17097]
## 0.11.3 (January 31, 2018)