Add a little more explanation for GH-17811 in CHANGELOG.md

This commit is contained in:
Chris Marchesi 2018-04-09 15:58:12 -07:00
parent 0e357e56ed
commit be6fffb171
No known key found for this signature in database
GPG Key ID: 8D6F1589D9834498
1 changed files with 4 additions and 3 deletions

View File

@ -6,9 +6,10 @@ PROVIDER SDK CHANGES (not user-facing):
diff customization now correctly exposes that key as being removed in the
updated diff. This prevents diff mismatches under certain circumstances.
[GH-17811]
* helper/schema: Invoking `ForceNew` on its own no longer writes any new data to
the diff. This prevents writing of new nil to zero value diffs for sub-fields
of complex lists and sets where a diff did not exist before. [GH-17811]
* helper/schema: Invoking `ForceNew` during diff customization on its own no
longer writes any new data to the diff. This prevents writing of new nil to
zero value diffs for sub-fields of complex lists and sets where a diff did not
exist before. [GH-17811]
## 0.11.6 (April 5, 2018)