From 0e357e56ed9fd3e5d02f5486b127a0bf2ea86e59 Mon Sep 17 00:00:00 2001 From: Chris Marchesi Date: Mon, 9 Apr 2018 15:57:03 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c784820..ce7420447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## 0.11.7 (Unreleased) +PROVIDER SDK CHANGES (not user-facing): + +* helper/schema: Invoking `ForceNew` on a key being removed from config during + 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] + ## 0.11.6 (April 5, 2018) BUG FIXES: